From 0f0cefc81e2e3ae0de56a5829117f31c105f11b7 Mon Sep 17 00:00:00 2001 From: Pawel Czarnecki Date: Fri, 12 Aug 2022 13:55:55 +0200 Subject: [PATCH] [TEMP] quicklogic: qlf_k4n8: tests: disable cmake infr tests Signed-off-by: Pawel Czarnecki --- quicklogic/qlf_k4n8/tests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quicklogic/qlf_k4n8/tests/CMakeLists.txt b/quicklogic/qlf_k4n8/tests/CMakeLists.txt index ae52d8e8ea..35110bdd6f 100644 --- a/quicklogic/qlf_k4n8/tests/CMakeLists.txt +++ b/quicklogic/qlf_k4n8/tests/CMakeLists.txt @@ -6,5 +6,5 @@ add_custom_target(all_qlf_k4n8_tests_adder) add_subdirectory(design_flow) add_subdirectory(features) add_subdirectory(synth_flow) -add_dependencies(all_quicklogic_tests all_qlf_k4n8_tests_no_adder) -add_dependencies(all_quicklogic_tests all_qlf_k4n8_tests_adder) +#add_dependencies(all_quicklogic_tests all_qlf_k4n8_tests_no_adder) +#add_dependencies(all_quicklogic_tests all_qlf_k4n8_tests_adder)