Skip to content

Commit

Permalink
turn off partests
Browse files Browse the repository at this point in the history
  • Loading branch information
cwentland0 committed Jan 24, 2024
1 parent 0b06391 commit a923b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(DECOMPSRC ${CMAKE_CURRENT_SOURCE_DIR}/../meshing_scripts)

# optional flags for limiting/expanding build
set(TESTWENO3 TRUE)
option(PARTESTS "" ON)
option(PARTESTS "" OFF)

# include demoapps headers and Schwarz routines
include_directories(
Expand Down

0 comments on commit a923b13

Please sign in to comment.