bump product version to 4.1.6.2
[LibreOffice.git] / smoketest / CppunitTest_smoketest.mk
blob702c6128f18bd5ad8ffd17c944a562032b801b95
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_CppunitTest_CppunitTest,smoketest))
13 $(eval $(call gb_CppunitTest_abort_on_assertion,smoketest))
15 $(eval $(call gb_CppunitTest_add_exception_objects,smoketest,\
16 smoketest/smoketest_too \
19 $(eval $(call gb_CppunitTest_use_external,smoketest,boost_headers))
21 $(eval $(call gb_CppunitTest_use_api,smoketest,\
22 offapi \
23 udkapi \
26 $(eval $(call gb_CppunitTest_use_libraries,smoketest,\
27 cppu \
28 cppuhelper \
29 sal \
30 unotest \
33 $(eval $(call gb_CppunitTest_use_ure,smoketest))
35 $(eval $(call gb_CppunitTest_add_arguments,smoketest,\
36 -env:arg-soffice=$(gb_JunitTest_SOFFICEARG) \
37 -env:arg-user=$(WORKDIR)/CustomTarget/smoketest \
38 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
39 -env:arg-testarg.smoketest.doc=$(OUTDIR)/bin/smoketestdoc.sxw \
42 $(call gb_CppunitTest_get_target,smoketest): clean_CustomTarget_smoketest
44 clean_CustomTarget_smoketest:
45 rm -rf $(WORKDIR)/CustomTarget/smoketest
46 mkdir -p $(WORKDIR)/CustomTarget/smoketest
48 # vim: set noet sw=4 ts=4: