diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-06-13 21:16:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-06-13 21:16:34 (GMT) |
commit | e23830d29f6623c0482a06b69ae2862bde1e9e33 (patch) | |
tree | 2c513ea2742083e903c3c8094d445cf5d77d5028 /testpar | |
parent | 25ba47bc97bd7dd3f9f9ee0c13d04c1ea041dd7b (diff) | |
download | hdf5-e23830d29f6623c0482a06b69ae2862bde1e9e33.zip hdf5-e23830d29f6623c0482a06b69ae2862bde1e9e33.tar.gz hdf5-e23830d29f6623c0482a06b69ae2862bde1e9e33.tar.bz2 |
[svn-r25282] remove obsolete file
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt index 7f3fe7f..8c631a3 100644 --- a/testpar/CMakeLists.txt +++ b/testpar/CMakeLists.txt @@ -43,7 +43,6 @@ ENDMACRO (ADD_H5P_EXE file) set (H5P_TESTS t_mpi -# t_posix_compliant t_cache t_pflush1 t_pflush2 @@ -54,8 +53,4 @@ foreach (testp ${H5P_TESTS}) ADD_H5P_EXE(${testp}) endforeach (testp ${H5P_TESTS}) -if (NOT WIN32) - ADD_H5P_EXE(t_posix_compliant) -endif (NOT WIN32) - include (CMakeTests.cmake) |