tests FEATURE check presence of the compat.h include
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 86f6dff..8310732 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -48,8 +48,6 @@
     endif(ENABLE_VALGRIND_TESTS)
 endfunction(ly_add_utest)
 
-add_subdirectory(utests)
-
 if(ENABLE_COVERAGE)
     # Destination
     set(COVERAGE_DIR        "${CMAKE_BINARY_DIR}/tests/code_coverage/")
@@ -94,3 +92,6 @@
         COMMAND ;
         )
 endif()
+
+add_subdirectory(style)
+add_subdirectory(utests)