summaryrefslogtreecommitdiffstats
path: root/basebmp/CppunitTest_basebmp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/CppunitTest_basebmp.mk')
-rw-r--r--basebmp/CppunitTest_basebmp.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/basebmp/CppunitTest_basebmp.mk b/basebmp/CppunitTest_basebmp.mk
index 90d7de57e445..1f16fc16c60f 100644
--- a/basebmp/CppunitTest_basebmp.mk
+++ b/basebmp/CppunitTest_basebmp.mk
@@ -28,6 +28,11 @@
$(eval $(call gb_CppunitTest_CppunitTest,basebmp_test))
+$(eval $(call gb_CppunitTest_set_include,basebmp_test,\
+ -I$(realpath $(SRCDIR)/basebmp/inc/) \
+ $$(INCLUDE) \
+))
+
$(eval $(call gb_CppunitTest_add_exception_objects,basebmp_test, \
basebmp/test/basictest \
basebmp/test/bmpmasktest \