summaryrefslogtreecommitdiff
path: root/solenv/gbuild/PythonTest.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/gbuild/PythonTest.mk')
-rw-r--r--solenv/gbuild/PythonTest.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk
index 9c21ca959852..966cad821b98 100644
--- a/solenv/gbuild/PythonTest.mk
+++ b/solenv/gbuild/PythonTest.mk
@@ -72,7 +72,7 @@ define gb_PythonTest_PythonTest
$(call gb_PythonTest_get_target,$(1)) : PYPATH := $(SRCDIR)/unotest/source/python$$(gb_CLASSPATHSEP)$(INSTROOT)/$(LIBO_LIB_PYUNO_FOLDER)$(if $(filter-out $(LIBO_LIB_PYUNO_FOLDER),$(LIBO_LIB_FOLDER)),$(gb_CLASSPATHSEP)$(INSTROOT)/$(LIBO_LIB_FOLDER))
$(call gb_PythonTest_get_target,$(1)) : MODULES :=
-$(eval $(call gb_Module_register_target,PythonTest_$(1),$(call gb_PythonTest_get_target,$(1)),$(call gb_PythonTest_get_clean_target,$(1))))
+$(eval $(call gb_Module_register_target,$(call gb_PythonTest_get_target,$(1)),$(call gb_PythonTest_get_clean_target,$(1))))
$(call gb_Helper_make_userfriendly_targets,$(1),PythonTest)
endef
@@ -99,7 +99,6 @@ $(call gb_PythonTest_get_target,$(1)) : $(call gb_CustomTarget_get_workdir,$(2))
endef
-gb_PythonTest_use_more_fonts = $(call gb_TestHelpers_use_more_fonts,$(call gb_PythonTest_get_target,$(1)))
else # DISABLE_PYTHON
@@ -111,7 +110,7 @@ endif
@true
define gb_PythonTest_PythonTest
-$(eval $(call gb_Module_register_target,PythonTest_$(1),$(call gb_PythonTest_get_target,$(1)),$(call gb_PythonTest_get_clean_target,$(1))))
+$(eval $(call gb_Module_register_target,$(call gb_PythonTest_get_target,$(1)),$(call gb_PythonTest_get_clean_target,$(1))))
$(call gb_Helper_make_userfriendly_targets,$(1),PythonTest)
endef
3Typos for descriptionJulien Nabet 2015-02-03Typo accpet->acceptJulien Nabet 2015-02-03Typo: selction/slection -> selectionJulien Nabet 2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn 2014-12-02Adapt UAccCOM to X64 platformDavid Ostrovsky 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-11-06fdo#81264 Accessiblitiy focus not tracked for cells in CalcNiklas Johansson 2014-10-29ref-counting vcl::Window subclassesNoel Grandin 2014-10-17fdo#74441 [Accessiblity] Don't expose 0 for empty cells in CalcNiklas Johansson 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-08-13Oops, partial revert of 5ba86251c08ea9a9297afd2c1d8f57adaecc3d03Tor Lillqvist 2014-08-13WaE: C4189: 'isTRUE' : local variable is initialized but not referencedTor Lillqvist 2014-08-13WaE: C4245: 'argument' : conversion from 'int' to 'unsigned short'Tor Lillqvist 2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold 2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold 2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold 2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold 2014-07-08No atlsd.lib in VS 2013Tor Lillqvist 2014-06-06fixincludeguards: fix include guardsThomas Arnhold 2014-06-05various: remove SAL_THROW macroNoel Grandin 2014-06-04compareTo -> equalsNoel Grandin 2014-05-27css already means ::com::sun::starThomas Arnhold 2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin 2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet 2014-05-23catch exception by const refTakeshi Abe