Skip to content

Commit 3598365

Browse files
committed
Fixup makefiles
1 parent a844513 commit 3598365

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ include(GNUInstallDirs)
1919
include(CheckCSourceCompiles)
2020
include(CheckCCompilerFlag)
2121

22+
# ##############################################################################
23+
# setup test target
24+
enable_testing()
25+
2226
# ##############################################################################
2327
# Compiler Sanity Test
2428
set(CMAKE_C_STANDARD 23)

test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Project / modules
33

44
include(CTest)
5-
enable_testing()
65

76
# ##############################################################################
87
# Coverage configuration (compiler aware, optional)

0 commit comments

Comments
 (0)