diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-05 12:59:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-05 13:01:04 +0000 |
commit | 46346a2f4e99f2838d650d08aa383f652f654666 (patch) | |
tree | d543704a243d40132a5e8beb0513d16bcb8c2dde | |
parent | 5ca4a50c17e9637c8b39293ec1d1c50402b563f7 (diff) |
rename wmftester to wmffuzzer
to make it easy to distinguish these things if there ends up being a gadzillion of them
Change-Id: Ifb75cfa5e3039b8730ce08644c6a76cd040f6ed8
-rw-r--r-- | Repository.mk | 2 | ||||
-rw-r--r-- | vcl/Executable_wmffuzzer.mk (renamed from vcl/Executable_wmftester.mk) | 16 | ||||
-rw-r--r-- | vcl/Module_vcl.mk | 2 | ||||
-rw-r--r-- | vcl/workben/wmffuzzer.cxx (renamed from vcl/workben/wmftester.cxx) | 0 |
4 files changed, 10 insertions, 10 deletions
diff --git a/Repository.mk b/Repository.mk index af23d5b20d8f..77dad7341971 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 index b8872543d54a..08aa5dc7aa35 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 7123e41911d9..d7232f92376d 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 index e685465b4a76..e685465b4a76 100644 --- a/vcl/workben/wmftester.cxx +++ b/vcl/workben/wmffuzzer.cxx |