projects
/
model-checker-benchmarks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c06f32
)
mpmc-queue: makefile bugfix
author
Brian Norris
<banorris@uci.edu>
Thu, 8 Nov 2012 17:59:50 +0000
(09:59 -0800)
committer
Brian Norris
<banorris@uci.edu>
Thu, 8 Nov 2012 17:59:50 +0000
(09:59 -0800)
mpmc-queue/Makefile
patch
|
blob
|
history
diff --git
a/mpmc-queue/Makefile
b/mpmc-queue/Makefile
index 05272db4721e3446d36f05f122ea1f8fee9359ce..520fcf9aa39ab299a6bcf004a47cb6ce0aa6e2f1 100644
(file)
--- a/
mpmc-queue/Makefile
+++ b/
mpmc-queue/Makefile
@@
-9,7
+9,7
@@
mpmc-queue: CPPFLAGS += -DCONFIG_MPMC_READERS=2 -DCONFIG_MPMC_WRITERS=2
mpmc-1r2w: CPPFLAGS += -DCONFIG_MPMC_READERS=1 -DCONFIG_MPMC_WRITERS=2
mpmc-2r1w: CPPFLAGS += -DCONFIG_MPMC_READERS=2 -DCONFIG_MPMC_WRITERS=1
-
%
: $(TESTNAME).cc $(TESTNAME).h
+
$(TESTS)
: $(TESTNAME).cc $(TESTNAME).h
$(CXX) -o $@ $< $(CPPFLAGS) $(LDFLAGS)
clean: