VirtualBox

source: vbox/trunk/src/VBox/GuestHost/SharedClipboard/testcase/Makefile.kmk@ 100566

Last change on this file since 100566 was 100386, checked in by vboxsync, 18 months ago

Shared Clipboard: Linux build fixes (needs VBOX_WITH_LIBCURL). bugref:9437

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 KB
Line 
1# $Id: Makefile.kmk 100386 2023-07-05 12:27:18Z vboxsync $
2## @file
3# Sub-Makefile for the Shared Clipboard Guest/Host testcases.
4#
5
6#
7# Copyright (C) 2011-2023 Oracle and/or its affiliates.
8#
9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# SPDX-License-Identifier: GPL-3.0-only
26#
27
28SUB_DEPTH = ../../../../..
29include $(KBUILD_PATH)/subheader.kmk
30
31if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK)
32 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
33
34 PROGRAMS += tstClipboardGH-X11Smoke
35 ## @todo BUGBUG Make tstClipboardGH-X11 build again and enable!
36 TESTING += \
37 $(tstClipboardGH-X11_0_OUTDIR)/tstClipboardGH-X11.run \
38 $(tstClipboardGH-X11_0_OUTDIR)/tstClipboardGH-X11Smoke.run
39
40 tstClipboardGH-X11_TEMPLATE = VBoxR3TstExe
41 tstClipboardGH-X11_DEFS = VBOX_WITH_HGCM UNIT_TEST TESTCASE
42 tstClipboardGH-X11_SOURCES = \
43 tstClipboardGH-X11.cpp \
44 ../clipboard-x11.cpp \
45 ../clipboard-common.cpp
46 tstClipboardGH-X11_CXXFLAGS += -Wno-array-bounds
47 tstClipboardGH-X11_LIBS = X11 Xt
48 tstClipboardGH-X11_CLEAN = $(tstClipboardGH-X11_0_OUTDIR)/tstClipboardGH-X11.run
49
50 tstClipboardGH-X11Smoke_TEMPLATE = VBoxR3TstExe
51 tstClipboardGH-X11Smoke_DEFS = VBOX_WITH_HGCM SMOKETEST
52 tstClipboardGH-X11Smoke_SOURCES = \
53 tstClipboardGH-X11Smoke.cpp \
54 ../clipboard-x11.cpp \
55 ../clipboard-common.cpp
56 tstClipboardGH-X11Smoke_LIBPATH = $(VBOX_LIBPATH_X11)
57 tstClipboardGH-X11Smoke_LIBS = X11 Xt
58 tstClipboardGH-X11Smoke_CLEAN = $(tstClipboardGH-X11Smoke_0_OUTDIR)/tstClipboardGH-X11Smoke.run
59
60 $$(tstClipboardGH-X11_0_OUTDIR)/tstClipboardGH-X11.run: $$(tstClipboardGH-X11_1_STAGE_TARGET)
61 export VBOX_LOG_DEST=nofile; $(tstClipboardGH-X11_1_STAGE_TARGET) quiet
62 $(QUIET)$(APPEND) -t "$@" "done"
63
64 $$(tstClipboardGH-X11Smoke_0_OUTDIR)/tstClipboardGH-X11Smoke.run: $$(tstClipboardGH-X11Smoke_1_STAGE_TARGET)
65 export VBOX_LOG_DEST=nofile; $(tstClipboardGH-X11Smoke_1_STAGE_TARGET) quiet
66 $(QUIET)$(APPEND) -t "$@" "done"
67
68 if defined(VBOX_WITH_QTGUI)
69 include $(PATH_SUB_CURRENT)/tstClipboardQt/Makefile.kmk
70 endif
71
72 endif
73
74 ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
75 if defined(VBOX_WITH_LIBCURL) && defined(VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP)
76 PROGRAMS += tstClipboardHttpServer
77 tstClipboardHttpServer_TEMPLATE = VBoxR3TstExe
78 tstClipboardHttpServer_SOURCES = \
79 tstClipboardHttpServer.cpp \
80 ../clipboard-common.cpp \
81 ../clipboard-transfers.cpp \
82 ../clipboard-transfers-http.cpp \
83 ../clipboard-transfers-provider-local.cpp
84 tstClipboardHttpServer_DEFS += VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS_HTTP
85 endif
86 endif
87
88endif
89
90include $(FILE_KBUILD_SUB_FOOTER)
91
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