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 \
29 $(eval
$(call gb_CppunitTest_use_libraries
,sal_osl
,\
34 # the test uses the library created by Module_DLL
35 $(call gb_CppunitTest_get_target
,sal_osl
) : \
36 $(call gb_LinkTarget_get_target
,$(call gb_CppunitTest_get_linktarget
,Module_DLL
))
38 $(eval
$(call gb_CppunitTest_use_executable
,sal_osl
,osl_process_child
))
40 $(eval
$(call gb_CppunitTest_use_externals
,sal_osl
,\
45 # vim: set noet sw=4 ts=4: