diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-12-01 21:59:03 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-12-01 21:59:03 (GMT) |
commit | 53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8 (patch) | |
tree | 7e522161cdd84c265f20e4cc217457eb50b4efe2 /java/examples/intro/runExample.sh.in | |
parent | 7a5eea36a59ff48ad4e4c59f2378d6b5cce39dae (diff) | |
download | hdf5-53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8.zip hdf5-53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8.tar.gz hdf5-53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8.tar.bz2 |
Change examples to match junit test
Diffstat (limited to 'java/examples/intro/runExample.sh.in')
-rw-r--r-- | java/examples/intro/runExample.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/examples/intro/runExample.sh.in b/java/examples/intro/runExample.sh.in index 60ea765..a8e65ff 100644 --- a/java/examples/intro/runExample.sh.in +++ b/java/examples/intro/runExample.sh.in @@ -35,7 +35,7 @@ nerrors=0 # where the libs exist HDFLIB_HOME="$top_srcdir/java/lib" -BLDLIBDIR="./lib" +BLDLIBDIR="$top_builddir/hdf5/lib" BLDDIR="." HDFTEST_HOME="$top_srcdir/java/examples/intro" JARFILE=jar@PACKAGE_TARNAME@-@PACKAGE_VERSION@.jar |