aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-12 17:14:07 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-12 17:14:07 +0200
commit3496f507d97547c8f544be8219768b000cadb840 (patch)
tree6afad74cb6bec8decf44e665fe4f9c2d4c31c644 /test
parent6edbe2078740e05ab177bad8e3f68655fbb9794e (diff)
downloadvericert-3496f507d97547c8f544be8219768b000cadb840.tar.gz
vericert-3496f507d97547c8f544be8219768b000cadb840.zip
Update instructions and fix testv1.2.1
Diffstat (limited to 'test')
-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 2d78890..f072eba 100755
--- a/test/test_all.sh
+++ b/test/test_all.sh
@@ -31,7 +31,7 @@ for cfile in $test_dir/*.c; do
gcc -o $outbase.gcc $cfile >/dev/null 2>&1
$outbase.gcc
expected=$?
- vericert -fschedule -drtl -o $outbase.v $cfile >/dev/null 2>&1
+ vericert -drtl -o $outbase.v $cfile >/dev/null 2>&1
if [[ ! -f $outbase.v ]]; then
echo "ERROR"
continue