summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2016-01-17 11:23:17 -0600
committerNicolas Williams <nico@cryptonector.com>2016-01-17 12:45:01 -0600
commit062f86a625a2ec3dbf2a24a18fa5015fd8222674 (patch)
tree8873b41f2629b7dbd9a4d9f02ab7e8fff6304185 /Makefile.am
parentc3d13260a78cfd751b962b7c110c5e7336b54401 (diff)
Enable more tests on Windows; move sort_by tests
Use %%FAIL IGNORE MSG for error messages that differ on Windows, and move the sort_by/group_by tests that fail qhen qsort() is not stable. Now only tests/sorttest and tests/shtest are disabled on Windows.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 83f99071..8a6ace42 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,7 +111,7 @@ endif
### Tests (make check)
-TESTS = tests/mantest tests/jqtest tests/onigtest tests/shtest
+TESTS = tests/optionaltest tests/mantest tests/jqtest tests/onigtest tests/shtest
TESTS_ENVIRONMENT = NO_VALGRIND=$(NO_VALGRIND)