Skip to content

Commit

Permalink
Only enable usecases w/ Python and w/o sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Jan 23, 2025
1 parent 483055d commit 9f8624f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -821,5 +821,7 @@ add_subdirectory(external)
if((NRN_ENABLE_NMODL OR NRN_ENABLE_CORENEURON) AND NRN_ENABLE_TESTS)
add_subdirectory(nmodl/transpiler/unit)
add_subdirectory(nmodl/transpiler/integration)
add_subdirectory(nmodl/transpiler/usecases)
if(NRN_ENABLE_PYTHON AND NOT NRN_SANITIZERS)
add_subdirectory(nmodl/transpiler/usecases)
endif()
endif()

0 comments on commit 9f8624f

Please sign in to comment.