diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-01-26 19:34:12 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-01-26 19:34:12 (GMT) |
commit | 2cac1c063735f2989988b279ff0233d6e9f335a3 (patch) | |
tree | 7a134078846919680b95c36d1772466793fe3da3 /test/swmr_check_compat_vfd.c | |
parent | 768636dbd77ea787a6a04dfc321ff3e862791db7 (diff) | |
download | hdf5-2cac1c063735f2989988b279ff0233d6e9f335a3.zip hdf5-2cac1c063735f2989988b279ff0233d6e9f335a3.tar.gz hdf5-2cac1c063735f2989988b279ff0233d6e9f335a3.tar.bz2 |
Moved remaining SWMR-related test files to develop.
Diffstat (limited to 'test/swmr_check_compat_vfd.c')
-rw-r--r-- | test/swmr_check_compat_vfd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/swmr_check_compat_vfd.c b/test/swmr_check_compat_vfd.c index d1134ee..6876ef5 100644 --- a/test/swmr_check_compat_vfd.c +++ b/test/swmr_check_compat_vfd.c @@ -18,12 +18,13 @@ * * It is intended for use in shell scripts. */ + #include "h5test.h" /* This file needs to access the file driver testing code */ -#define H5FD_FRIEND /*suppress error about including H5FDpkg */ +#define H5FD_FRIEND /*suppress error about including H5FDpkg */ #define H5FD_TESTING -#include "H5FDpkg.h" /* File drivers */ +#include "H5FDpkg.h" /* File drivers */ /*------------------------------------------------------------------------- |