summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 4fba362..d46d90e 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -23,8 +23,7 @@ srcdir=@srcdir@
CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@
## Test script for error_test and err_compat
-# Disabled until find a good way to compare the outputs.
-#TEST_SCRIPTS=$(srcdir)/testerror.sh
+TEST_SCRIPTS=$(srcdir)/testerror.sh
## These are our main targets. They should be listed in the order to be
## executed, generally most specific tests to least specific tests.