Skip to content

Commit 49a1977

Browse files
committed
Added smoketest
1 parent 871c15c commit 49a1977

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

smoketest.sh

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
./start.sh example/mix000.opt.i --witness example/mix000.opt.i.graphml --mode normal<witnessfile>
1+
#!/bin/bash
2+
./start.sh example/mix000.opt.i --witness example/mix000.opt.i.graphml --mode permissive

svcomp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void reach_error() {
3434
exit(74);
3535
}
3636

37-
atomic_int c2tt_global_counter = ATOMIC_VAR_INIT(0);
37+
atomic_int c2tt_global_counter = 0;
3838
mtx_t c2tt_mtx;
3939
cnd_t c2tt_cv;
4040
_Bool c2tt_init;

0 commit comments

Comments
 (0)