X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=concurrent-hashmap%2FMakefile;h=89e5244b22dc7dfdafd062823ef34e595d88fe4a;hb=71eecbe6b9abe280ef2ec0c10cf29f5a26368568;hp=fece808a6d7610afe63eedc31c9232e0650ad1ab;hpb=241ce6c4685d235cdae32e721505ec5024b8b5b3;p=model-checker-benchmarks.git diff --git a/concurrent-hashmap/Makefile b/concurrent-hashmap/Makefile index fece808..89e5244 100644 --- a/concurrent-hashmap/Makefile +++ b/concurrent-hashmap/Makefile @@ -1,7 +1,7 @@ include ../benchmarks.mk BENCH := hashmap -NORMAL_TESTS := testcase1 testcase2 +NORMAL_TESTS := testcase1 testcase2 testcase3 WILDCARD_TESTS := $(patsubst %, %_wildcard, $(NORMAL_TESTS))