From 2ea3ea2578435764c58322dbddd14b02cdc82bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Risto=20Peja=C5=A1inovi=C4=87?= Date: Sat, 14 Sep 2024 22:55:05 +0200 Subject: [PATCH] fix typo --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a277373..9b41e8c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -5,7 +5,7 @@ add_custom_target(check ) add_custom_target(check_cdash - COMMAND ctest $(JOBS) --output-on-failure -D Continous + COMMAND ctest $(JOBS) --output-on-failure -D Continuous ) add_subdirectory(iverilog)