diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-27 15:39:16 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-27 15:39:16 (GMT) |
commit | 5b12b8e1227d70dab65a90ab1478cbf88b9e0930 (patch) | |
tree | ec991041a92b886432e4272a7db6b44013a48d94 /MANIFEST | |
parent | bda2e5da5af056752db021fbb861ea95d30c6afd (diff) | |
download | hdf5-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 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -961,6 +961,7 @@ ./test/dt_arith.c ./test/dtypes.c ./test/dtransform.c +./test/dynlib1.c ./test/earray.c ./test/efc.c ./test/enc_dec_plist.c @@ -1095,10 +1096,6 @@ ./test/gen_filters.c ./test/chunk_info.c -./test/plugin_lib/dynlib1.c -./test/plugin_lib/Makefile.in -./test/plugin_lib/CMakeLists.txt - ./test/testfiles/err_compat_1 ./test/testfiles/err_compat_2 ./test/testfiles/error_test_1 |