Skip to content

Commit

Permalink
Test label
Browse files Browse the repository at this point in the history
  • Loading branch information
prckent committed Sep 29, 2021
1 parent dc39dba commit 3ba75e9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/QMCTools/ppconvert/test/Oxygen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ add_test(
NAME ${THISTESTNAME}
COMMAND bash ${CMAKE_CURRENT_BINARY_DIR}/O_test.sh $<TARGET_FILE:ppconvert>
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
# Add label when asan clean
#SET_TESTS_PROPERTIES(${THISTESTNAME} PROPERTIES LABELS "deterministic")
SET_TESTS_PROPERTIES(${THISTESTNAME} PROPERTIES LABELS "deterministic")

find_program(HAVE_NUMDIFF numdiff)
if(HAVE_NUMDIFF)
Expand All @@ -17,7 +16,6 @@ if(HAVE_NUMDIFF)
COMMAND numdiff -a 0.001 ${CMAKE_CURRENT_BINARY_DIR}/O.BFD.xml
${PROJECT_SOURCE_DIR}/../../tests/solids/monoO_1x1x1_pp/O.BFD.xml
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
set_tests_properties(ppconvert_o_diff PROPERTIES DEPENDS ppconvert_runs)
# Add label when asan clean
# LABELS "deterministic")
set_tests_properties(ppconvert_o_diff PROPERTIES DEPENDS ppconvert_runs
LABELS "deterministic")
endif(HAVE_NUMDIFF)

0 comments on commit 3ba75e9

Please sign in to comment.