summaryrefslogtreecommitdiff
path: root/test/Package_unittest.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-28 19:30:11 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-28 20:17:26 +0100
commit8df17a34095dce7db16d9d2e505043f806704f66 (patch)
tree80695a18d5364344e1ac1ee376200a96fe569268 /test/Package_unittest.mk
parent176782e3030d17a05dc7addf4f23bb465995a1db (diff)
gbuild: set Package default target to INSTDIR
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
Diffstat (limited to 'test/Package_unittest.mk')
-rw-r--r--test/Package_unittest.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Package_unittest.mk b/test/Package_unittest.mk
index 2a992efd22c7..67dd84abd17a 100644
--- a/test/Package_unittest.mk
+++ b/test/Package_unittest.mk
@@ -9,6 +9,8 @@
$(eval $(call gb_Package_Package,test_unittest,$(SRCDIR)/test/user-template))
+$(eval $(call gb_Package_set_outdir,test_unittest,$(OUTDIR)))
+
$(eval $(call gb_Package_add_file,test_unittest,unittest/registry/modifications.xcd,registry/modifications.xcd))
$(eval $(call gb_Package_add_file,test_unittest,unittest/user/wordbook/sl.dic,user/wordbook/sl.dic))
$(eval $(call gb_Package_add_file,test_unittest,unittest/user/wordbook/en-US.dic,user/wordbook/en-US.dic))