run.sh 230 B

1234567
  1. #!/bin/bash
  2. set -eo pipefail
  3. bash ../scripts/compile files/test-format.cpp
  4. bash ../scripts/test-ref test-format/r1 ./test-format
  5. bash ../scripts/test-ref test-format/r2 "$VALGRIND" ./test-format
  6. rm -f test-format test-format.exe