summaryrefslogtreecommitdiff
path: root/test/Library_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/Library_test.mk')
-rw-r--r--test/Library_test.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Library_test.mk b/test/Library_test.mk
index 92097613eb4d..1e4a013e1e4b 100644
--- a/test/Library_test.mk
+++ b/test/Library_test.mk
@@ -10,6 +10,7 @@
$(eval $(call gb_Library_Library,test))
$(eval $(call gb_Library_set_include,test,\
+ -I$(SRCDIR)/test/inc \
$$(INCLUDE) \
))
@@ -52,6 +53,7 @@ $(eval $(call gb_Library_add_exception_objects,test,\
test/source/primitive2dxmldump \
test/source/screenshot_test \
test/source/unoapi_property_testers \
+ test/source/helper/form \
))
# vim: set noet sw=4 ts=4: