summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-01-26 04:33:38 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-01-26 04:33:38 (GMT)
commitf490968edc999e8d18fa7174336942b9f010fd05 (patch)
treef474503ffac97a9c935f700cc89fd40548263aed /testpar/Makefile.in
parentf938b6efe369bf9d52ca3a51c5cd1bdb9a2a500b (diff)
downloadhdf5-f490968edc999e8d18fa7174336942b9f010fd05.zip
hdf5-f490968edc999e8d18fa7174336942b9f010fd05.tar.gz
hdf5-f490968edc999e8d18fa7174336942b9f010fd05.tar.bz2
[svn-r1947] Changed the test files prefix to use the h5_fixname() in test/libh5test.a.
Makefile.in: Added test/ as one of the -I directories to search for header files. Needed because <h5test.h> is used. t_file.c t_mpi.c testphdf5.c testphdf5.h: Added FILENAME to meet the assumption in h5test.h. (May use CLEANUP in the future.) Moved the prefix setting to the h5_fixname().
Diffstat (limited to 'testpar/Makefile.in')
-rw-r--r--testpar/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index 4ead86d..840f39d 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -11,7 +11,7 @@ srcdir=@srcdir@
## Add the include directory to the C preprocessor flags the the hdf5 library
## to the library list.
-CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@
+CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src -I$(top_srcdir)/test @CPPFLAGS@
LIBHDF5=../src/libhdf5.la
LIBH5TEST=../test/libh5test.la