Home | History | Annotate | Line # | Download | only in dist
      1 #!/usr/bin/env bash
      2 erb $(dirname $0)/test/stream_expectations.c.erb > \
      3     $(dirname $0)/test/stream_expectations.c
      4 clang-format -style=file -i $(dirname $0)/test/stream_expectations.c
      5