[Libreoffice-commits] core.git: Repository.mk vcl/Executable_wmffuzzer.mk vcl/Executable_wmftester.mk vcl/Module_vcl.mk vcl/workben

Caolán McNamara caolanm at redhat.com
Mon Dec 5 13:02:37 UTC 2016


 Repository.mk               |    2 -
 vcl/Executable_wmffuzzer.mk |   44 ++++++++++++++++++++++++++++++++++++
 vcl/Executable_wmftester.mk |   44 ------------------------------------
 vcl/Module_vcl.mk           |    2 -
 vcl/workben/wmffuzzer.cxx   |   53 ++++++++++++++++++++++++++++++++++++++++++++
 vcl/workben/wmftester.cxx   |   53 --------------------------------------------
 6 files changed, 99 insertions(+), 99 deletions(-)

New commits:
commit 46346a2f4e99f2838d650d08aa383f652f654666
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Dec 5 12:59:08 2016 +0000

    rename wmftester to wmffuzzer
    
    to make it easy to distinguish these things if there ends up being a gadzillion of them
    
    Change-Id: Ifb75cfa5e3039b8730ce08644c6a76cd040f6ed8

diff --git a/Repository.mk b/Repository.mk
index af23d5b..77dad73 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -93,7 +93,7 @@ $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
 
 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
 	$(call gb_Helper_optional,BREAKPAD,minidump_upload) \
-	$(call gb_Helper_optional,FUZZERS,wmftester) \
+	$(call gb_Helper_optional,FUZZERS,wmffuzzer) \
 	$(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \
 	soffice_bin \
 	$(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
diff --git a/vcl/Executable_wmftester.mk b/vcl/Executable_wmffuzzer.mk
similarity index 57%
rename from vcl/Executable_wmftester.mk
rename to vcl/Executable_wmffuzzer.mk
index b887254..08aa5dc 100644
--- a/vcl/Executable_wmftester.mk
+++ b/vcl/Executable_wmffuzzer.mk
@@ -8,21 +8,21 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
 
-$(eval $(call gb_Executable_Executable,wmftester))
+$(eval $(call gb_Executable_Executable,wmffuzzer))
 
-$(eval $(call gb_Executable_use_api,wmftester,\
+$(eval $(call gb_Executable_use_api,wmffuzzer,\
     offapi \
     udkapi \
 ))
 
-$(eval $(call gb_Executable_use_external,wmftester,boost_headers))
+$(eval $(call gb_Executable_use_external,wmffuzzer,boost_headers))
 
-$(eval $(call gb_Executable_set_include,wmftester,\
+$(eval $(call gb_Executable_set_include,wmffuzzer,\
     $$(INCLUDE) \
     -I$(SRCDIR)/vcl/inc \
 ))
 
-$(eval $(call gb_Executable_use_libraries,wmftester,\
+$(eval $(call gb_Executable_use_libraries,wmffuzzer,\
     tl \
     sal \
     utl \
@@ -32,12 +32,12 @@ $(eval $(call gb_Executable_use_libraries,wmftester,\
     comphelper \
 ))
 
-$(eval $(call gb_Executable_add_exception_objects,wmftester,\
-    vcl/workben/wmftester \
+$(eval $(call gb_Executable_add_exception_objects,wmffuzzer,\
+    vcl/workben/wmffuzzer \
 ))
 
 
-$(eval $(call gb_Executable_add_libs,wmftester,\
+$(eval $(call gb_Executable_add_libs,wmffuzzer,\
 	-lfuzzer \
 ))
 
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 7123e41..d7232f9 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -97,7 +97,7 @@ endif
 
 ifneq ($(ENABLE_FUZZERS),)
 $(eval $(call gb_Module_add_targets,vcl,\
-    Executable_wmftester \
+    Executable_wmffuzzer \
 ))
 endif
 
diff --git a/vcl/workben/wmftester.cxx b/vcl/workben/wmffuzzer.cxx
similarity index 100%
rename from vcl/workben/wmftester.cxx
rename to vcl/workben/wmffuzzer.cxx


More information about the Libreoffice-commits mailing list