run.sh 170 B

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