testcase for ms-queue to expose SC violation
[model-checker-benchmarks.git] / ms-queue / Makefile
index 34881f49ac5d2cab966b392d81fa5b3713423e12..566aee05af368c0ec31ab138ce2abcfcac68b4b7 100644 (file)
@@ -2,7 +2,7 @@ include ../benchmarks.mk
 
 BENCH := queue
 
-NORMAL_TESTS := testcase1
+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