summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTimo Dörr <timo@latecrew.de>2013-09-23 15:36:36 +0200
committerTimo Dörr <timo@latecrew.de>2013-09-23 15:49:19 +0200
commitea1fc3f8f918126bcefa3d96ce53562c0361fec9 (patch)
tree93073c1445421b3d92a176c9ccdac2cc171f3e5e /CMakeLists.txt
parent66faecfa6f42021e29beb292063081d6f88de892 (diff)
downloadufo-filters-ea1fc3f8f918126bcefa3d96ce53562c0361fec9.tar.gz
ufo-filters-ea1fc3f8f918126bcefa3d96ce53562c0361fec9.tar.bz2
ufo-filters-ea1fc3f8f918126bcefa3d96ce53562c0361fec9.tar.xz
ufo-filters-ea1fc3f8f918126bcefa3d96ce53562c0361fec9.zip
Add C-based integration tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 476ddee..83c174d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,6 +47,7 @@ endif()
add_definitions(-DG_LOG_DOMAIN="Ufo")
add_subdirectory(src)
+add_subdirectory(tests/integration_tests)
# --- Package generation ------------------------------------------------------