summaryrefslogtreecommitdiff
path: root/test/Library_test.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-02-09 17:54:00 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-02-10 21:41:46 +0100
commit5cabaf5a32188f24344f68fa48cbdc0a8b8cfb41 (patch)
tree36362949319d90e12942d3250ec4d0cf9ad58c50 /test/Library_test.mk
parent19b33ca42f1ce38a2e58070f962f37ecae58be0d (diff)
fdo#39491 more of unnecessary include paths
Diffstat (limited to 'test/Library_test.mk')
-rw-r--r--test/Library_test.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Library_test.mk b/test/Library_test.mk
index 4275a1f06e59..d59042522001 100644
--- a/test/Library_test.mk
+++ b/test/Library_test.mk
@@ -29,11 +29,6 @@ $(eval $(call gb_Library_Library,test))
$(eval $(call gb_Library_add_package_headers,test,test_inc))
-$(eval $(call gb_Library_set_include,test,\
- -I$(SRCDIR)/tools/inc \
- $$(INCLUDE) \
-))
-
$(eval $(call gb_Library_add_defs,test,\
-DOOO_DLLIMPLEMENTATION_TEST \
))