From 1bbeb69e381a9eb2495b01b5ef473aa8b47808b4 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Sun, 4 Oct 2009 15:08:01 +0000
Subject: [PATCH] - Compile tests before programs
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f66d2b390..589fb043f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,5 +14,5 @@ endif(CMAKE_BUILD_TYPE STREQUAL "Coverage")
include_directories(include/)
add_subdirectory(library)
-add_subdirectory(programs)
add_subdirectory(tests)
+add_subdirectory(programs)