diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-01-26 04:33:38 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-01-26 04:33:38 (GMT) |
commit | f490968edc999e8d18fa7174336942b9f010fd05 (patch) | |
tree | f474503ffac97a9c935f700cc89fd40548263aed /testpar/testphdf5.h | |
parent | f938b6efe369bf9d52ca3a51c5cd1bdb9a2a500b (diff) | |
download | hdf5-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/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index 399f3b5..939cf19 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -6,6 +6,7 @@ #include <assert.h> #include <stdlib.h> #include <hdf5.h> +#include <h5test.h> /* Define some handy debugging shorthands, routines, ... */ /* debugging tools */ |