summaryrefslogtreecommitdiff
path: root/tubes/Library_tubes.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-16 00:47:02 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-16 11:41:52 +0200
commit27861421a3b5f9045306195710a4c2b7bd1555ea (patch)
tree6af1e47cef0339ee16dd0caf0819db667468e6b6 /tubes/Library_tubes.mk
parentd59a7fda64d6bc773548b124a42c97df08b6ee3a (diff)
tubes: do not include tubes' object files in unit test library
Instead link against the library again. Unit test is now closer to what the real app looks like. Only 4 more functions exported because of unit test. Change-Id: I6fd784725564e577658d68ff7fe0595a79cf7639
Diffstat (limited to 'tubes/Library_tubes.mk')
-rw-r--r--tubes/Library_tubes.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tubes/Library_tubes.mk b/tubes/Library_tubes.mk
index 2cdac5f9dd97..1c20e2b29b74 100644
--- a/tubes/Library_tubes.mk
+++ b/tubes/Library_tubes.mk
@@ -27,6 +27,8 @@
$(eval $(call gb_Library_Library,tubes))
+$(eval $(call gb_Library_use_packages,tubes,tubes_inc))
+
$(eval $(call gb_Library_set_include,tubes,\
-I$(SRCDIR)/tubes/inc \
$$(INCLUDE) \