summaryrefslogtreecommitdiff
path: root/build/CTestTestfile.cmake
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-01-29 14:25:19 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-01-29 14:25:19 +0100
commit0bada977b5df418cfa5e84ceef93db13ee1c906b (patch)
treed956c7b0e915c05d8d7c83a0c7b58fc2774cdafc /build/CTestTestfile.cmake
parentb368f6de13284e28e68129e87995bf373a1bb386 (diff)
unsuccessfull testing; fied CMakeLists.txt to support testing
Diffstat (limited to 'build/CTestTestfile.cmake')
-rw-r--r--build/CTestTestfile.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/CTestTestfile.cmake b/build/CTestTestfile.cmake
new file mode 100644
index 0000000..5ef1de8
--- /dev/null
+++ b/build/CTestTestfile.cmake
@@ -0,0 +1,8 @@
+# CMake generated Testfile for
+# Source directory: /home/dawidg81/minesweeper
+# Build directory: /home/dawidg81/minesweeper/build
+#
+# This file includes the relevant testing commands required for
+# testing this directory and lists subdirectories to be tested as well.
+add_test(runs_minesweeper "/home/dawidg81/minesweeper/build/minesweeper")
+set_tests_properties(runs_minesweeper PROPERTIES _BACKTRACE_TRIPLES "/home/dawidg81/minesweeper/CMakeLists.txt;19;add_test;/home/dawidg81/minesweeper/CMakeLists.txt;0;")