summaryrefslogtreecommitdiff
path: root/tests/tests.am
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-03-03 17:53:10 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-03-03 17:53:10 +0300
commitac44329e6507b5ffe247c1c452740e73d1e2483c (patch)
treeded6cdb6111b3e13467c89a455fd74b8488bd89e /tests/tests.am
parentd3629f7a048a64d82e33aba4f906cafd4c75e97b (diff)
downloadbdwgc-ac44329e6507b5ffe247c1c452740e73d1e2483c.tar.gz
Fix 'overriding commands for target check-without-...' Makefile warnings
(fix commit 8f20303) Makefile.am includes cord.am and tests.am, so check-without-test-driver should be defined only at one place. * cord/cord.am (check-without-test-driver): Remove. * tests/tests.am (check-without-test-driver): Add ./cordtest$(EXEEXT) execution.
Diffstat (limited to 'tests/tests.am')
-rw-r--r--tests/tests.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.am b/tests/tests.am
index af581a7c..90fbfe0e 100644
--- a/tests/tests.am
+++ b/tests/tests.am
@@ -139,3 +139,4 @@ check-without-test-driver: $(TESTS)
test ! -f subthreadcreate_test$(EXEEXT) || ./subthreadcreate_test$(EXEEXT)
test ! -f test_cpp$(EXEEXT) || ./test_cpp$(EXEEXT)
test ! -f tracetest$(EXEEXT) || ./tracetest$(EXEEXT)
+ ./cordtest$(EXEEXT)