summaryrefslogtreecommitdiff
path: root/Makefile.builds.in
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-09-02 07:31:04 +0000
committerMorgan Deters <mdeters@gmail.com>2010-09-02 07:31:04 +0000
commit79015a017495691ddfe2a4479de8fb7d558e4228 (patch)
treebd985ccb0c453c26100f6420807072ed7d81d530 /Makefile.builds.in
parent81d178c1ca853754aaa614d0400e45a8900092b9 (diff)
* add TimerStat statistic type
* add Stats black-box unit test * new make target: "make units" now runs unit tests only * revised make target: "make regress" now runs regressions only * configure.ac: pull in librt for clock_gettime()
Diffstat (limited to 'Makefile.builds.in')
-rw-r--r--Makefile.builds.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.builds.in b/Makefile.builds.in
index 5e5beb960..3f5b93b03 100644
--- a/Makefile.builds.in
+++ b/Makefile.builds.in
@@ -86,7 +86,9 @@ endif
test -e lib || ln -sfv ".$(libdir)" lib
test -e bin || ln -sfv ".$(bindir)" bin
-check regress regress0 regress1 regress2 regress3: all
+check test units regress: all
+ (cd $(CURRENT_BUILD)/test && $(MAKE) $@)
+regress%: all
(cd $(CURRENT_BUILD)/test && $(MAKE) $@)
# any other target than the default doesn't do the extra stuff above
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback