summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@iki.fi>2015-09-28 21:59:29 +0300
committerTomi Valkeinen <tomi.valkeinen@iki.fi>2015-09-28 22:00:14 +0300
commit894a73b74b92c7eca07a954443750df23845a579 (patch)
tree6d41d26827f6fd036963be0f1d851d9d3d02ac24 /CMakeLists.txt
parent912572f455dc10a88fd0aeca22cd97acc7a64b9b (diff)
move db and testpat to tests/
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 060dd7b..1fe580e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,8 +18,7 @@ pkg_check_modules(LIBDRM libdrm REQUIRED)
enable_testing()
add_subdirectory(libkms++)
-add_subdirectory(testpat)
-add_subdirectory(db)
+add_subdirectory(tests)
add_subdirectory(py)
add_subdirectory(lua)