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