Merge branch 'new-bench' of ssh://demsky.eecs.uci.edu/home/git/model-checker-benchmar...
[model-checker-benchmarks.git] / ms-queue / Makefile
index 46554a1509f0669859e08cd6c24e67ed9549a709..566aee05af368c0ec31ab138ce2abcfcac68b4b7 100644 (file)
@@ -2,7 +2,7 @@ include ../benchmarks.mk
 
 BENCH := queue
 
-NORMAL_TESTS := testcase1 testcase2
+NORMAL_TESTS := testcase1 testcase2 testcase3
 
 WILDCARD_TESTS := $(patsubst %, %_wildcard, $(NORMAL_TESTS))
 
@@ -23,4 +23,4 @@ $(NORMAL_TESTS): % : %.c $(BENCH).o
        $(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS)
 
 clean:
-       rm -f *.o *.d $(TESTS)
+       rm -f *.o *.d $(TESTS) main