summaryrefslogtreecommitdiffstats
path: root/test/test_plugin.sh.in
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-03-27 15:39:16 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-03-27 15:39:16 (GMT)
commit5b12b8e1227d70dab65a90ab1478cbf88b9e0930 (patch)
treeec991041a92b886432e4272a7db6b44013a48d94 /test/test_plugin.sh.in
parentbda2e5da5af056752db021fbb861ea95d30c6afd (diff)
downloadhdf5-5b12b8e1227d70dab65a90ab1478cbf88b9e0930.zip
hdf5-5b12b8e1227d70dab65a90ab1478cbf88b9e0930.tar.gz
hdf5-5b12b8e1227d70dab65a90ab1478cbf88b9e0930.tar.bz2
[svn-r23465] I moved dynlib1.c to test/ directory and revised the Makefile.am in test/. I added the condition to skip
plugin.c test when the library is built for static. Tested on jam, koala, and emu.
Diffstat (limited to 'test/test_plugin.sh.in')
-rw-r--r--test/test_plugin.sh.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/test/test_plugin.sh.in b/test/test_plugin.sh.in
index c00df8c..f2f3a1a 100644
--- a/test/test_plugin.sh.in
+++ b/test/test_plugin.sh.in
@@ -30,20 +30,12 @@ DEPRECATED_SYMBOLS="@DEPRECATED_SYMBOLS@"
nerrors=0
verbose=yes
-#test -d ./plugin_lib
-MAKE_CMD=make
-CD=cd
TEST_NAME=plugin
TEST_BIN=`pwd`/$TEST_NAME
-ENVCMD="env HDF5_PLUGIN_PATH=`pwd`/plugin_lib"
+ENVCMD="env HDF5_PLUGIN_PATH=`pwd`/.libs"
# Run the test
-$CD ./plugin_lib
-echo "$MAKE_CMD"
-$MAKE_CMD
-$CD ../
$ENVCMD $TEST_BIN
-echo "$HDF5_PLUGIN_PATH"
# Print a line-line message left justified in a field of 70 characters
# beginning with the word "Testing".