From 8cf2f388965edbba040ebc657f64d690f97a4aef Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sun, 28 Jul 2013 10:20:02 +0200 Subject: [PATCH] Reactivate tests --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 13c18dcf6..3d4b117ca 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,3 +20,6 @@ add_subdirectory( infoplugins ) # application add_subdirectory( tomahawk ) add_subdirectory( crashreporter ) + +# tests +add_subdirectory( tests )