Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#5054 from gadfort/fix-build
Browse files Browse the repository at this point in the history
rmp: honor enable tests
  • Loading branch information
maliberty authored May 6, 2024
2 parents 8d1d99b + 0b9c854 commit fa52962
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/rmp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ foreach(TEST_NAME IN LISTS TEST_NAMES)
or_integration_test("rmp" ${TEST_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/regression)
endforeach()

add_subdirectory(cpp)
if (ENABLE_TESTS)
add_subdirectory(cpp)
endif()

0 comments on commit fa52962

Please sign in to comment.