[svn-r25282] remove obsolete file

This commit is contained in:
Allen Byrne 2014-06-13 16:16:34 -05:00
parent 25ba47bc97
commit e23830d29f

View File

@ -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)