Send various state changes to LOK
[LibreOffice.git] / sal / CppunitTest_sal_osl.mk
blob2e4b77509f561135db908a9af28e410b537664ae
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,sal_osl))
13 $(eval $(call gb_CppunitTest_add_exception_objects,sal_osl,\
14 sal/qa/osl/condition/osl_Condition \
15 sal/qa/osl/file/osl_File \
16 sal/qa/osl/file/osl_old_test_file \
17 sal/qa/osl/file/test_cpy_wrt_file \
18 sal/qa/osl/getsystempathfromfileurl/test-getsystempathfromfileurl \
19 $(if $(DISABLE_DYNLOADING),,sal/qa/osl/module/osl_Module) \
20 sal/qa/osl/mutex/osl_Mutex \
21 sal/qa/osl/pipe/osl_Pipe \
22 sal/qa/osl/process/osl_process \
23 sal/qa/osl/process/osl_Thread \
24 sal/qa/osl/profile/osl_old_testprofile \
25 sal/qa/osl/setthreadname/test-setthreadname \
28 $(eval $(call gb_CppunitTest_use_libraries,sal_osl,\
29 sal \
30 tl \
33 # the test uses the library created by Module_DLL
34 $(call gb_CppunitTest_get_target,sal_osl) : \
35 $(call gb_CppunitTest_get_target,Module_DLL)
37 $(eval $(call gb_CppunitTest_use_executable,sal_osl,osl_process_child))
39 $(eval $(call gb_CppunitTest_use_externals,sal_osl,\
40 boost_headers \
41 valgrind \
44 # vim: set noet sw=4 ts=4: