summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-06-18 19:38:25 -0700
committerNicolas Williams <nico@cryptonector.com>2015-06-18 23:55:43 -0500
commit1146b8b84afb88aa6a4d2315bd970945aded7205 (patch)
treef2c67c1effac0434acc81a777ee3ed6f22f106c2 /Makefile.am
parent292f2d3208ab9a75e6f788c46e0b7e59cc087b3a (diff)
separate jq, oniguruma, sh, and man tests
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 97e10338..0d335daa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,8 +79,7 @@ endif
### Tests (make check)
-TESTS = tests/all.test
-TEST_LOG_COMPILER = ${srcdir}/tests/run
+TESTS = tests/mantest tests/jqtest tests/onigtest tests/shtest
### Building the manpage