diff options
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -849,6 +849,9 @@ ./src/H5Ppublic.h ./src/H5Pstrcpl.c ./src/H5Ptest.c +./src/H5PL.c +./src/H5PLprivate.h +./src/H5PLpublic.h ./src/H5R.c ./src/H5Rdeprec.c ./src/H5Rpkg.h @@ -1030,6 +1033,7 @@ ./test/ntypes.c ./test/ohdr.c ./test/objcopy.c +./test/plugin.c ./test/reserved.c ./test/pool.c ./test/set_extent.c @@ -1052,6 +1056,7 @@ ./test/testhdf5.c ./test/testhdf5.h ./test/testlibinfo.sh.in +./test/test_plugin.sh.in ./test/testmeta.c ./test/tfile.c ./test/tgenprop.c @@ -1090,6 +1095,10 @@ ./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 @@ -2412,6 +2421,7 @@ ./perform/CMakeLists.txt ./src/CMakeLists.txt ./test/CMakeLists.txt +./test/plugin_lib/CMakeLists.txt ./testpar/CMakeLists.txt ./tools/CMakeLists.txt ./tools/h5copy/CMakeLists.txt |