You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
286 B

  1. #!/bin/sh
  2. #
  3. # The script to run all experiments at once
  4. export SCRIPTS_DIR=~/devl/apalache-tests/scripts
  5. export BUILDS="unstable"
  6. export BENCHMARK=001indinv-apalache
  7. export RUN_SCRIPT=./run-all.sh # alternatively, use ./run-parallel.sh
  8. make -e -f ~/devl/apalache-tests/Makefile.common