From 062f86a625a2ec3dbf2a24a18fa5015fd8222674 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Sun, 17 Jan 2016 11:23:17 -0600 Subject: 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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) -- cgit v1.2.3