summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVegard Sjonfjell <vegard@yahoo-inc.com>2016-11-16 16:31:57 +0100
committerVegard Sjonfjell <vegard@yahoo-inc.com>2016-11-16 16:31:57 +0100
commit54a1ed8a51b5a1ef213774f778bce317e0319ddd (patch)
tree4f2527d44a0b4786667701381f28e9886811b237 /CMakeLists.txt
parent5295ab16b9da4181306b938971bbd227c69b61e0 (diff)
Parallize cppunit test runner test suites using cppunit-parallelize.py
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 aed0ca2fc20..952c370e043 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,4 +75,3 @@ __create_module_targets(TEST_TARGETS "test")
# Post installation steps. Need to be the last install(...) call in this file.
install(CODE "execute_process(COMMAND ${CMAKE_CURRENT_LIST_DIR}/dist/post_install.sh ${CMAKE_INSTALL_PREFIX})")
-