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