diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2003-09-29 20:19:02 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2003-09-29 20:19:02 (GMT) |
commit | 9db7c79487c31ffb363131a6a194a17a24276ecc (patch) | |
tree | ea84ee52b4399e6e9fd7506f7b2e906a81073736 /test | |
parent | 1bae94c5e8f1819ea1eed1b7fb120297813ceafc (diff) | |
download | hdf5-9db7c79487c31ffb363131a6a194a17a24276ecc.zip hdf5-9db7c79487c31ffb363131a6a194a17a24276ecc.tar.gz hdf5-9db7c79487c31ffb363131a6a194a17a24276ecc.tar.bz2 |
[svn-r7522] *** empty log message ***
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 3 |
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. |