From ea1fc3f8f918126bcefa3d96ce53562c0361fec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20D=C3=B6rr?= Date: Mon, 23 Sep 2013 15:36:36 +0200 Subject: Add C-based integration tests --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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 ------------------------------------------------------ -- cgit v1.2.1