1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-01 05:58:23 +00:00

Only add subdirectory tests, if BUILD_TESTS=ON

This commit is contained in:
Benjamins Stürz
2025-05-02 18:34:44 +02:00
committed by Catherine
parent 900249033f
commit 18c7b4070a

View File

@@ -239,7 +239,9 @@ add_subdirectory(frontend)
add_subdirectory(json)
add_subdirectory(rust)
add_subdirectory(tests/gui)
if (BUILD_TESTS)
add_subdirectory(tests/gui)
endif()
add_custom_target(nextpnr-all-bba)