Skip to content

Commit

Permalink
Updates to test/CMakeLists.txt
Browse files Browse the repository at this point in the history
 - Fix Parmetis include dir
 = Add HORZMESH_TEST to set_tests_properties
  • Loading branch information
sbrus89 committed Jan 25, 2024
1 parent 57083d3 commit 0385ca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/omega/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ target_include_directories(
${OMEGA_SOURCE_DIR}/src/base
${OMEGA_SOURCE_DIR}/src/infra
${OMEGA_SOURCE_DIR}/src/ocn
${PARMETIS_ROOT}/include
${Parmetis_INCLUDE_DIRS}
)

target_compile_options(
Expand Down Expand Up @@ -271,6 +271,7 @@ set_tests_properties(
BROADCAST_TEST
LOGGING_TEST
DECOMP_TEST
HORZMESH_TEST
IO_TEST
YAKL_TEST
PROPERTIES FAIL_REGULAR_EXPRESSION "FAIL"
Expand Down

0 comments on commit 0385ca3

Please sign in to comment.