diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-14 20:00:48 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-14 20:00:48 (GMT) |
commit | e37ee97a58733d3739d5e2588bdea9a1453fa023 (patch) | |
tree | deefa3b1f0dbfe037026c2dbb3b8a365d6da018a /test/test_plugin.sh.in | |
parent | 08359be858ae9e4595dab1f4a7718017d9af7663 (diff) | |
download | hdf5-e37ee97a58733d3739d5e2588bdea9a1453fa023.zip hdf5-e37ee97a58733d3739d5e2588bdea9a1453fa023.tar.gz hdf5-e37ee97a58733d3739d5e2588bdea9a1453fa023.tar.bz2 |
[svn-r23350] I cleaned up some code and added comments for my previous checkin of the DESY project.
Tested on koala.
Diffstat (limited to 'test/test_plugin.sh.in')
-rw-r--r-- | test/test_plugin.sh.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_plugin.sh.in b/test/test_plugin.sh.in index a1287a5..a881198 100644 --- a/test/test_plugin.sh.in +++ b/test/test_plugin.sh.in @@ -13,7 +13,10 @@ # http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have # access to either file, you may request a copy from help@hdfgroup.org. # -# Tests for test_error and err_compat +# This script file first envokes the Makefile in plugin_lib to build dynamic +# plugin libraries. Then it moves the libraries to some locations and points +# HDF5_PLUGIN_PATH to these locations. In the end, it runs plugin.c test. +# srcdir=@srcdir@ TOP_BUILDDIR=@top_builddir@ |