mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r19265] Correct naming of SKIP test
Tested: local linux
This commit is contained in:
parent
7a009bebff
commit
ead3063885
@ -281,7 +281,10 @@ IF (BUILD_TESTING)
|
||||
|
||||
MACRO (ADD_SKIP_H5_TEST skipresultfile skipresultcode testtype)
|
||||
IF (${testtype} STREQUAL "SKIP")
|
||||
MESSAGE (STATUS "SKIP ${skipresultfile} ${ARGN}")
|
||||
ADD_TEST (
|
||||
NAME H5DUMP-${skipresultfile}
|
||||
COMMAND ${CMAKE_COMMAND} -E echo "SKIP ${skipresultfile} ${ARGN}"
|
||||
)
|
||||
ELSE (${testtype} STREQUAL "SKIP")
|
||||
ADD_H5_TEST (${skipresultfile} ${skipresultcode} ${ARGN})
|
||||
ENDIF (${testtype} STREQUAL "SKIP")
|
||||
|
Loading…
x
Reference in New Issue
Block a user