summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-02-17 09:17:43 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-02-17 09:17:43 +0100
commit5cc8efd98eeb90db626c1a55708d1b3215f82902 (patch)
treee02b1961d54197bdac0b5396ae9b636fa4daff2e /CMakeLists.txt
parent88e7ddfa797232582e91ccb55655784f59be4589 (diff)
downloadufo-filters-5cc8efd98eeb90db626c1a55708d1b3215f82902.tar.gz
ufo-filters-5cc8efd98eeb90db626c1a55708d1b3215f82902.tar.bz2
ufo-filters-5cc8efd98eeb90db626c1a55708d1b3215f82902.tar.xz
ufo-filters-5cc8efd98eeb90db626c1a55708d1b3215f82902.zip
Remove integration tests from CMakeLists
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8680297..22a1d55 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,5 +50,4 @@ endif ()
#{{{ Subdirectories
add_subdirectory(deps)
add_subdirectory(src)
-add_subdirectory(tests/integration_tests)
#}}}