diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-29 14:25:19 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-29 14:25:19 +0100 |
| commit | 0bada977b5df418cfa5e84ceef93db13ee1c906b (patch) | |
| tree | d956c7b0e915c05d8d7c83a0c7b58fc2774cdafc /CMakeLists.txt | |
| parent | b368f6de13284e28e68129e87995bf373a1bb386 (diff) | |
unsuccessfull testing; fied CMakeLists.txt to support testing
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dbedac1..ad2fca5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,3 +13,10 @@ file(GLOB_RECURSE SOURCE_FILES CONFIGURE_DEPENDS add_executable(minesweeper) target_sources(minesweeper PRIVATE ${SOURCE_FILES}) + +enable_testing() + +add_test( + NAME runs_minesweeper + COMMAND minesweeper +)
\ No newline at end of file |
