Skip to content

Commit

Permalink
Move sharding integration test to Extra Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Oct 26, 2021
1 parent f7523f2 commit d2756c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ set_tests_properties(TagAlias PROPERTIES
add_test(NAME RandomTestOrdering COMMAND ${PYTHON_EXECUTABLE}
${CATCH_DIR}/tests/TestScripts/testRandomOrder.py $<TARGET_FILE:SelfTest>)

add_test(NAME TestSharding COMMAND ${PYTHON_EXECUTABLE}
${CATCH_DIR}/tests/TestScripts/testSharding.py $<TARGET_FILE:SelfTest>)

add_test(NAME CheckConvenienceHeaders
COMMAND
Expand Down
7 changes: 7 additions & 0 deletions tests/ExtraTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ project( Catch2ExtraTests LANGUAGES CXX )

message( STATUS "Extra tests included" )


add_test(
NAME TestShardingIntegration
COMMAND ${PYTHON_EXECUTABLE} ${CATCH_DIR}/tests/TestScripts/testSharding.py $<TARGET_FILE:SelfTest>
)


# The MinDuration reporting tests do not need separate compilation, but
# they have non-trivial execution time, so they are categorized as
# extra tests, so that they are run less.
Expand Down

0 comments on commit d2756c9

Please sign in to comment.