summaryrefslogtreecommitdiff
path: root/test/system
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 /test/system
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 'test/system')
-rw-r--r--test/system/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/system/Makefile.am b/test/system/Makefile.am
index 219a26355..954798e6c 100644
--- a/test/system/Makefile.am
+++ b/test/system/Makefile.am
@@ -39,9 +39,9 @@ $(TESTS):: $(TEST_DEPS)
export VERBOSE = 1
# synonyms for "check"
-.PHONY: regress test
-regress test: check
+.PHONY: test
+test: check
-# in system test dir, regressN are also synonyms for check
-.PHONY: regress0 regress1 regress2 regress3
-regress0 regress1 regress2 regress3: check
+# no-ops here
+.PHONY: units regress regress0 regress1 regress2 regress3s
+units regress regress0 regress1 regress2 regress3:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback