From c63c783ef4634f5715a5aafb4397c9b8bb844358 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:56 +0100 Subject: Use explicit list of test files to avoid "forgot-to-regenerate" --- src/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a834095b..24074cb9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -37,7 +37,10 @@ SET(SRCS_COMMON SET(SRCS_PROGRAM main-gcu.c main-x11.c main-sdl.c main-gtk2.c main.c) # Sources (TEST) -FILE(GLOB SRCS_TESTS ../tests/**.cc) +SET(SRCS_TESTS + ../tests/get_level_device.cc + ../tests/lua_get_level.cc + ../tests/harness.cc) # Need a few additional source files for Windows. if(WIN32) -- cgit v1.2.3