From 9394a1ebe2c16b1f51b04ccc6c55e711f40f53a9 Mon Sep 17 00:00:00 2001 From: Tomasz Iwanek Date: Tue, 17 Sep 2013 11:05:49 +0200 Subject: [PATCH] Fix buildbreak for wrt-installer testsuite [Issue#] N/A [Bug] Buildbreak introduced [Cause] N/A [Solution] N/A [Verification] Build with option: --define "WITH_TESTS ON" Change-Id: If22057b9b52793f28352a8940689e7749a509adc --- tests/general/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/general/CMakeLists.txt b/tests/general/CMakeLists.txt index 376170b..3b4818f 100644 --- a/tests/general/CMakeLists.txt +++ b/tests/general/CMakeLists.txt @@ -82,6 +82,7 @@ SET(INSTALLER_TESTS_SOURCES SET(INSTALLER_TESTS_INCLUDE_DIRS ${INSTALLER_TESTS_DEPS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/src/wrt-installer + ${CMAKE_SOURCE_DIR}/src/commons ) # Functions used to build test targets (proper sources, includes, libs are -- 2.7.4