run.sh 130 B

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