aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_all.sh
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-02-12 14:31:44 +0000
committerYann Herklotz <git@yannherklotz.com>2021-02-12 14:31:44 +0000
commit23c4e482cad3aff97391f32b51993b053d6aa4db (patch)
tree77c75a39c41ca1bcfca1850c894485bf79f2f8f6 /test/test_all.sh
parent8d5047ca436ba42e9253d24d6b5b2c0c62dd7437 (diff)
downloadvericert-kvx-23c4e482cad3aff97391f32b51993b053d6aa4db.tar.gz
vericert-kvx-23c4e482cad3aff97391f32b51993b053d6aa4db.zip
Add temporary fixes to get everything to compiledev/predicated-execution
Diffstat (limited to 'test/test_all.sh')
-rwxr-xr-xtest/test_all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.sh b/test/test_all.sh
index 92d3967..6b67d27 100755
--- a/test/test_all.sh
+++ b/test/test_all.sh
@@ -30,7 +30,7 @@ for cfile in $test_dir/*.c; do
gcc -o $outbase.gcc $cfile >/dev/null 2>&1
$outbase.gcc
expected=$?
- ./bin/vericert -drtl -o $outbase.v $cfile >/dev/null 2>&1
+ ./bin/vericert -fschedule -drtl -o $outbase.v $cfile >/dev/null 2>&1
if [[ ! -f $outbase.v ]]; then
echo "ERROR"
continue