summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-08-06 21:49:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-08-06 21:49:50 (GMT)
commit5860bde2321113a92ac63502a1184abf4394746e (patch)
tree00a4ac7553f4a279fcd3ac044b69435edc02ab04 /testpar
parent8c95a5f25a98cc6adfa6e2eb7a857b388c157be6 (diff)
downloadhdf5-5860bde2321113a92ac63502a1184abf4394746e.zip
hdf5-5860bde2321113a92ac63502a1184abf4394746e.tar.gz
hdf5-5860bde2321113a92ac63502a1184abf4394746e.tar.bz2
[svn-r25519] HDFFV-8880: Remove t_posix_compliant test references
Diffstat (limited to 'testpar')
-rw-r--r--testpar/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt
index c90634c..2a1ce8d 100644
--- a/testpar/CMakeLists.txt
+++ b/testpar/CMakeLists.txt
@@ -42,7 +42,6 @@ ENDMACRO (ADD_H5P_EXE file)
set (H5P_TESTS
t_mpi
-# t_posix_compliant
t_cache
t_pflush1
t_pflush2
@@ -53,8 +52,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)