# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # include $(SRCDIR)/vcl/commonfuzzer.mk $(eval $(call gb_Executable_Executable,hwpfuzzer)) $(eval $(call gb_Executable_use_api,hwpfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,hwpfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,hwpfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,hwpfuzzer,\ hwp \ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,hwpfuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,hwpfuzzer,\ vcl/workben/hwpfuzzer \ )) $(eval $(call gb_Executable_add_libs,hwpfuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/JunitTest_dbaccess_complex.mk
AgeCommit message (Expand)Author
2015-06-04Revert "disable JunitTest_dbaccess_complex part RowSet"Stephan Bergmann
2015-06-01disable JunitTest_dbaccess_complex part RowSetMiklos Vajna
2015-05-30reenable JunitTest_dbaccess_complex part RowSetLionel Elie Mamane
2013-10-25stop looking for Jar files in solverMichael Stahl
2013-05-13Fix namingStephan Bergmann
2012-10-30Properly spell out "dbaccess"Stephan Bergmann
2012-08-17gbuild: register all jarsMichael Stahl
2012-06-16targeted clean-upNorbert Thiebaud
2012-06-16revert gmk4Norbert Thiebaud
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann