VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedClipboard/testcase/Makefile.kmk@ 86577

Last change on this file since 86577 was 86362, checked in by vboxsync, 4 years ago

HostServices/testcase: None of these tests cases have any need to be run during compilation. bugref:9841

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1# $Id: Makefile.kmk 86362 2020-09-30 20:38:12Z vboxsync $
2## @file
3# Sub-Makefile for the Shared Clipboard Host Service testcases.
4#
5
6#
7# Copyright (C) 2011-2020 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17
18SUB_DEPTH = ../../../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK)
22
23 #
24 #
25 #
26 PROGRAMS += tstClipboardServiceHost
27 tstClipboardServiceHost_TEMPLATE = VBOXR3TSTEXE
28 tstClipboardServiceHost_DEFS = VBOX_WITH_HGCM UNIT_TEST
29 tstClipboardServiceHost_SOURCES = \
30 ../VBoxSharedClipboardSvc.cpp \
31 $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp \
32 $(PATH_ROOT)/src/VBox/HostServices/common/message.cpp \
33 tstClipboardServiceHost.cpp
34 tstClipboardServiceHost_LIBS = $(LIB_RUNTIME)
35 tstClipboardServiceHost_CLEAN = $(tstClipboardServiceHost_0_OUTDIR)/tstClipboardServiceHost.run
36
37 if defined(VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS)
38 tstClipboardServiceHost_DEFS += VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
39 tstClipboardServiceHost_SOURCES += \
40 ../VBoxSharedClipboardSvc-transfers.cpp \
41 $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp \
42 $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/ClipboardArea.cpp
43 endif
44
45 #
46 #
47 #
48 PROGRAMS += tstClipboardServiceImpl
49 tstClipboardServiceImpl_TEMPLATE = VBOXR3TSTEXE
50 tstClipboardServiceImpl_DEFS = VBOX_WITH_HGCM UNIT_TEST
51 tstClipboardServiceImpl_SOURCES = \
52 ../VBoxSharedClipboardSvc.cpp \
53 $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp \
54 $(PATH_ROOT)/src/VBox/HostServices/common/message.cpp \
55 tstClipboardServiceImpl.cpp
56 tstClipboardServiceImpl_LIBS = $(LIB_RUNTIME)
57 tstClipboardServiceImpl_CLEAN = $(tstClipboardServiceImpl_0_OUTDIR)/tstClipboardServiceImpl.run
58
59 if defined(VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS)
60 #
61 #
62 #
63 PROGRAMS += tstClipboardTransfers
64 tstClipboardTransfers_TEMPLATE = VBOXR3TSTEXE
65 tstClipboardTransfers_DEFS = VBOX_WITH_HGCM UNIT_TEST VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
66 tstClipboardTransfers_SOURCES = \
67 $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp \
68 $(PATH_ROOT)/src/VBox/GuestHost/SharedClipboard/clipboard-transfers.cpp \
69 tstClipboardTransfers.cpp
70 endif
71endif
72
73include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette