summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-09-20 17:13:11 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-09-20 17:13:11 -0700
commit8899727827ffe8eeb501413113c1dd1081f88f64 (patch)
treea93c9dd810b2225d1d4601237e706159d60feba6 /Makefile
parent7d986946b7dca88823dcc3fbe004c14dd2dc863f (diff)
Fix perf-tests.sh to skip building non-upb tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00b9d3a..77b5647 100644
--- a/Makefile
+++ b/Makefile
@@ -295,6 +295,10 @@ BENCHMARKS=$(UPB_BENCHMARKS) \
upb_benchmarks: $(UPB_BENCHMARKS)
benchmarks: $(BENCHMARKS)
+upb_benchmark: $(UPB_BENCHMARKS)
+ @rm -f benchmarks/results
+ @rm -rf benchmarks/*.dSYM
+ @for test in benchmarks/b.* ; do ./$$test ; done
benchmark: $(BENCHMARKS)
@rm -f benchmarks/results
@rm -rf benchmarks/*.dSYM
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback