diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-03-08 19:50:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-03-08 19:50:51 (GMT) |
commit | 1a127197536a45af0162d532e66dbc7393042860 (patch) | |
tree | cb9ba851c718b52284198b79a0faa2ac60839579 /fortran/test/CMakeLists.txt | |
parent | 233d0574aa3d20be5365c959220e59cb77728fed (diff) | |
download | hdf5-1a127197536a45af0162d532e66dbc7393042860.zip hdf5-1a127197536a45af0162d532e66dbc7393042860.tar.gz hdf5-1a127197536a45af0162d532e66dbc7393042860.tar.bz2 |
[svn-r20201] Order fflush tests - fflush2 DEPENDS on fflush1
Diffstat (limited to 'fortran/test/CMakeLists.txt')
-rw-r--r-- | fortran/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/test/CMakeLists.txt b/fortran/test/CMakeLists.txt index e0f25b8..eab7180 100644 --- a/fortran/test/CMakeLists.txt +++ b/fortran/test/CMakeLists.txt @@ -126,3 +126,4 @@ ENDIF (WIN32 AND MSVC) SET_TARGET_PROPERTIES (fflush2 PROPERTIES LINKER_LANGUAGE Fortran) ADD_TEST (NAME fflush2 COMMAND $<TARGET_FILE:fflush2>) +SET_TESTS_PROPERTIES(fflush2 PROPERTIES DEPENDS fflush1) |