summaryrefslogtreecommitdiffstats
path: root/solenv/PythonTest_solenv_python.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2016-10-26 12:45:26 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2016-10-26 22:41:32 +0000
commitdd8c8d81de4f361d8f4d259d8a27ac15ab871031 (patch)
treef5f58699b8bac68785b539b1b78940c8be7ccf06 /solenv/PythonTest_solenv_python.mk
parenttrust the size ... tdf#79442 follow-up (diff)
downloadcore-dd8c8d81de4f361d8f4d259d8a27ac15ab871031.tar.gz
core-dd8c8d81de4f361d8f4d259d8a27ac15ab871031.zip
add test for running gbuildtoide on non-build modules
- do concat for json in C++, everything else seems fragile on Windows - have APPEND vars separately - check that gbuildtoide work on modules without a full build (modulo some blacklisted "creative" ones) Change-Id: I6fe267fee7d1b77d758072303729387dfeb8e6c8 Reviewed-on: https://gerrit.libreoffice.org/30293 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'solenv/PythonTest_solenv_python.mk')
-rw-r--r--solenv/PythonTest_solenv_python.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/solenv/PythonTest_solenv_python.mk b/solenv/PythonTest_solenv_python.mk
index 8ed1c20832df..bd667159670e 100644
--- a/solenv/PythonTest_solenv_python.mk
+++ b/solenv/PythonTest_solenv_python.mk
@@ -13,9 +13,6 @@ $(eval $(call gb_PythonTest_add_modules,solenv_python,$(SRCDIR)/solenv/qa/python
gbuildtoide \
))
-# force gbuildtoide.py to use the same make binary as is used here
-$(eval $(call gb_PythonTest_set_defs,solenv_python,\
- MAKE="$(MAKE)" \
-))
+$(call gb_PythonTest_get_target,solenv_python): $(call gb_CustomTarget_get_target,solenv/gbuildtesttools)
# vim: set noet sw=4 ts=4: