summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-08-06 21:32:36 +0200
committerJulian Andres Klode <jak@debian.org>2016-08-06 22:36:02 +0200
commitdfd863ea50c0fcf9b9ac4dfb5ae0e64c529bd767 (patch)
tree34cc50dd6d8c0b78f28b36212496ccc8a5fed33c /test/CMakeLists.txt
parent9a2aa0e7f21ef33345f6093ca17fab97a678d543 (diff)
CMake: Switch integration tests and travis over
This early support seems a bit hacky, but it's a hard switch: The integration tests do not understand the old build system anymore afterwards. I don't really like that.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
new file mode 100644
index 000000000..599f62aff
--- /dev/null
+++ b/test/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(interactive-helper)