summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2017-09-11 15:49:22 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commit61572fe01f0fcfe3c9c96811ec3572ad7e572189 (patch)
tree9fc6e45e2910568a118624f0e8b18bd9639b4033 /test/CMakeLists.txt
parent4a0637be2548b2ee4c29873c045246cb36e8d122 (diff)
cmake: Added initial build infrastructure.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
new file mode 100644
index 000000000..07c36b305
--- /dev/null
+++ b/test/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_subdirectory(java)
+add_subdirectory(regress)
+add_subdirectory(system)
+add_subdirectory(unit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback