diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-04-05 17:34:31 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-04-05 17:34:31 (GMT) |
commit | 3de935af7bef6d33aa70682c5144861a92f3411d (patch) | |
tree | 72cde7f5c72a67252d6879dd41730db88afe9b6c /tools/h5import/Makefile.in | |
parent | 3bd39f60e05d1c3ec3e0e7d5e1c14b171156f14b (diff) | |
download | hdf5-3de935af7bef6d33aa70682c5144861a92f3411d.zip hdf5-3de935af7bef6d33aa70682c5144861a92f3411d.tar.gz hdf5-3de935af7bef6d33aa70682c5144861a92f3411d.tar.bz2 |
[svn-r6589]
Purpose: Bug fix
Description: h5import tests will fail if srcdir option
is used with configure.
Solution: Modified h5importtest.c h5importtestutil.sh files
to search for input files in the proper directory and
to write output files to the proper directory.
Platforms tested: Tested on burrwhite, arabica, and modi4.
Unfortunately srcdir option was used only on
arabica, since I am having a weird 'timezone'
problem on all Linux machines when srcdir is used, and
on modi4 build has to be done in the same directory (at
least this is a message I am getting from configure;
should it work?)
Misc. update:
Diffstat (limited to 'tools/h5import/Makefile.in')
-rwxr-xr-x | tools/h5import/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/h5import/Makefile.in b/tools/h5import/Makefile.in index 12fd969..9bbcce9 100755 --- a/tools/h5import/Makefile.in +++ b/tools/h5import/Makefile.in @@ -18,10 +18,8 @@ CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src \ ## Test programs and scripts. ## -#TEST_PROGS= h5importtest -#TEST_SCRIPTS=$(srcdir)/h5importtestutil.sh -TEST_PROGS= -TEST_SCRIPTS= +TEST_PROGS= h5importtest +TEST_SCRIPTS=$(srcdir)/h5importtestutil.sh ## These are our main targets: library and tools. ## |