diff options
Diffstat (limited to 'app/lib/CTestTestfile.cmake')
-rw-r--r-- | app/lib/CTestTestfile.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/lib/CTestTestfile.cmake b/app/lib/CTestTestfile.cmake new file mode 100644 index 0000000..9ebcf98 --- /dev/null +++ b/app/lib/CTestTestfile.cmake @@ -0,0 +1,9 @@ +# CMake generated Testfile for +# Source directory: /home/martin/XTrackCAD/src/work/app/lib +# Build directory: /home/martin/XTrackCAD/src/work/app/lib +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs(demos) +subdirs(examples) +subdirs(params) |