X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=ms-queue%2FMakefile;h=566aee05af368c0ec31ab138ce2abcfcac68b4b7;hb=897165f73e9501261756fc8d3ead29013f4b022f;hp=46554a1509f0669859e08cd6c24e67ed9549a709;hpb=e4f5d19cd0d94393277381f8aab95126f201fb26;p=model-checker-benchmarks.git diff --git a/ms-queue/Makefile b/ms-queue/Makefile index 46554a1..566aee0 100644 --- a/ms-queue/Makefile +++ b/ms-queue/Makefile @@ -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