Skip to content

Commit

Permalink
enable all ascent tests [ascent-test]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaelynlitz committed Nov 30, 2023
1 parent 66664ae commit 0d56a1a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions tests/functionality/opflow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ if(EXAGO_INSTALL_TESTS)
HIOP
)

if(EXAGO_ENABLE_HIOP)
set_tests_properties(
FUNCTIONALITY_TEST_OPFLOW_HIOP_TOML_TESTSUITE PROPERTIES LABELS
"ascent-skip"
)
endif()

exago_add_test(
NAME
FUNCTIONALITY_TEST_OPFLOW_RAJAHIOP_TOML_TESTSUITE
Expand All @@ -40,12 +33,6 @@ if(EXAGO_INSTALL_TESTS)
HIOP
RAJA
)
if(EXAGO_ENABLE_HIOP AND EXAGO_ENABLE_RAJA)
set_tests_properties(
FUNCTIONALITY_TEST_OPFLOW_RAJAHIOP_TOML_TESTSUITE
PROPERTIES LABELS "ascent-skip"
)
endif()

exago_add_test(
NAME
Expand All @@ -57,12 +44,6 @@ if(EXAGO_INSTALL_TESTS)
DEPENDS
HIOP_SPARSE
)
if(EXAGO_ENABLE_HIOP_SPARSE)
set_tests_properties(
FUNCTIONALITY_TEST_OPFLOW_HIOPSPARSE_TOML_TESTSUITE
PROPERTIES LABELS "ascent-skip"
)
endif()

if(EXAGO_ENABLE_GPU)
exago_add_test(
Expand Down

0 comments on commit 0d56a1a

Please sign in to comment.