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