summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
new file mode 100644
index 0000000..8da6d4a
--- /dev/null
+++ b/test/CMakeLists.txt
@@ -0,0 +1,5 @@
+INCLUDE(CTest)
+
+# TODO: write test CMakeLists
+
+# vim: set ts=8 sw=4 tw=0 :