X-Git-Url: http://demsky.eecs.uci.edu/git/?p=model-checker-benchmarks.git;a=blobdiff_plain;f=concurrent-hashmap%2FMakefile;h=645b54af410ea90918df3110cea58827200ad158;hp=89e5244b22dc7dfdafd062823ef34e595d88fe4a;hb=993e7e5146f39ff0ed459ac0a8bc30e7a0253156;hpb=3cb559e8fea6c3839ed20d6a10a636d728cf8695 diff --git a/concurrent-hashmap/Makefile b/concurrent-hashmap/Makefile index 89e5244..645b54a 100644 --- a/concurrent-hashmap/Makefile +++ b/concurrent-hashmap/Makefile @@ -5,7 +5,8 @@ NORMAL_TESTS := testcase1 testcase2 testcase3 WILDCARD_TESTS := $(patsubst %, %_wildcard, $(NORMAL_TESTS)) -TESTS := $(NORMAL_TESTS) $(WILDCARD_TESTS) +#TESTS := $(NORMAL_TESTS) $(WILDCARD_TESTS) +TESTS := $(NORMAL_TESTS) all: $(TESTS)