summaryrefslogtreecommitdiff
path: root/tubes/CppunitTest_tubes_test.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-04 00:02:12 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-04 01:57:17 +0200
commit01839d6c7fbf2b32779c7c9037c0930b79c9e979 (patch)
tree247a05fe9defa9337b76cff08ef8e53e32ecc871 /tubes/CppunitTest_tubes_test.mk
parent8aef9f4027a9908f9f7f8e023fed4d9db50c5696 (diff)
tubes: fix build of unit test; set include path for now
Later we would want to move headers if they are not used outside. Change-Id: I863f6f00254b335af563598a195aea01595f6c99
Diffstat (limited to 'tubes/CppunitTest_tubes_test.mk')
-rw-r--r--tubes/CppunitTest_tubes_test.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/tubes/CppunitTest_tubes_test.mk b/tubes/CppunitTest_tubes_test.mk
index 597102cb6bdb..6b3b40d43b74 100644
--- a/tubes/CppunitTest_tubes_test.mk
+++ b/tubes/CppunitTest_tubes_test.mk
@@ -30,6 +30,11 @@ $(eval $(call gb_CppunitTest_add_exception_objects,tubes_test, \
tubes/qa/test_manager \
))
+$(eval $(call gb_CppunitTest_set_include,tubes_test, \
+ -I$(SRCDIR)/tubes/inc \
+ $$(INCLUDE) \
+))
+
$(eval $(call gb_CppunitTest_use_packages,tubes_test,tubes_inc))
$(eval $(call gb_CppunitTest_use_library_objects,tubes_test,tubes))