run.sh 188 B

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