diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-04-25 17:07:23 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-04-25 17:07:23 (GMT) |
commit | 1ce4f5a9df809961c63390c122c4eaf18ce285db (patch) | |
tree | f65b362df82512e1dccf16fb33cd4c0f83285105 /testpar/CMakeLists.txt | |
parent | 0efc913a6799080c5399a761f603cd80b93e71f0 (diff) | |
download | hdf5-1ce4f5a9df809961c63390c122c4eaf18ce285db.zip hdf5-1ce4f5a9df809961c63390c122c4eaf18ce285db.tar.gz hdf5-1ce4f5a9df809961c63390c122c4eaf18ce285db.tar.bz2 |
[svn-r20628] Add dependency of t_pflush2 on t_pflush1
Diffstat (limited to 'testpar/CMakeLists.txt')
-rw-r--r-- | testpar/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt index 40db59f..c805aaf 100644 --- a/testpar/CMakeLists.txt +++ b/testpar/CMakeLists.txt @@ -47,6 +47,8 @@ FOREACH (testp ${H5P_TESTS}) ADD_H5P_TEST(${testp}) ENDFOREACH (testp ${H5P_TESTS}) +SET_TESTS_PROPERTIES(t_pflush2 PROPERTIES DEPENDS t_pflush1) + IF (HDF5_TEST_VFD) SET (VFD_LIST |