diff options
author | Jens Carl <j.carl43@gmx.de> | 2019-03-29 18:54:53 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-03-29 23:04:32 +0100 |
commit | 413bfc34423b950fa5a9f9a6edc2f3d36b1e638b (patch) | |
tree | de037dde671f8bf805ef354f1015e8f416b9b296 /test/Library_test.mk | |
parent | 020a2eb507bb25bcc67dd1e601233aa7cd5d65d1 (diff) |
Move UNO Api helper form to include/
Move UNO Api helper form to include/, so it can be used outside of
directory test/.
Change-Id: I9392f44df8a93d2b5ee092b0458aeef12f99fc7a
Reviewed-on: https://gerrit.libreoffice.org/69936
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'test/Library_test.mk')
-rw-r--r-- | test/Library_test.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Library_test.mk b/test/Library_test.mk index f80cacf6ed9a..ce318d95471c 100644 --- a/test/Library_test.mk +++ b/test/Library_test.mk @@ -10,7 +10,6 @@ $(eval $(call gb_Library_Library,test)) $(eval $(call gb_Library_set_include,test,\ - -I$(SRCDIR)/test/inc \ $$(INCLUDE) \ )) |