VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk@ 66250

Last change on this file since 66250 was 66092, checked in by vboxsync, 8 years ago

SharedFolders: testcase build fix.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.9 KB
Line 
1# $Id: Makefile.kmk 66092 2017-03-14 14:07:01Z vboxsync $
2## @file
3# Sub-Makefile for the Shared Folders Host Service testcases.
4#
5
6#
7# Copyright (C) 2006-2016 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
21#
22# Structure size testcase.
23#
24PROGRAMS += tstShflSizes
25TESTING += $(tstShflSizes_0_OUTDIR)/tstShflSizes.run
26ifndef VBOX_ONLY_SDK
27 ifeq ($(KBUILD_TARGET),$(KBUILD_HOST))
28 if1of ($(KBUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH), x86.x86 amd64.amd64 x86.amd64)
29 OTHERS += $(tstShflSizes_0_OUTDIR)/tstShflSizes.run
30 endif
31 endif
32endif
33tstShflSizes_TEMPLATE = VBOXR3AUTOTST
34tstShflSizes_DEFS = VBOX_WITH_HGCM
35tstShflSizes_SOURCES = tstShflSizes.cpp
36tstShflSizes_CLEAN = $(tstShflSizes_0_OUTDIR)/tstShflSizes.run
37
38$$(tstShflSizes_0_OUTDIR)/tstShflSizes.run: $$(tstShflSizes_1_STAGE_TARGET)
39 $(tstShflSizes_1_STAGE_TARGET) quiet
40 $(QUIET)$(APPEND) -t "$@" "done"
41
42
43ifdef VBOX_WITH_TESTCASES
44#
45# Case conversion testcase.
46#
47PROGRAMS += tstShflCase
48tstShflCase_TEMPLATE = VBOXR3TSTEXE
49tstShflCase_DEFS = VBOX_WITH_HGCM
50tstShflCase_SOURCES = tstShflCase.cpp
51tstShflCase_LIBS = $(LIB_RUNTIME)
52
53#
54# HGCM service testcase.
55#
56
57PROGRAMS += tstSharedFolderService
58tstSharedFolderService_TEMPLATE = VBOXR3TSTEXE
59tstSharedFolderService_DEFS = VBOX_WITH_HGCM UNITTEST
60tstSharedFolderService_INCS = ..
61tstSharedFolderService_SOURCES = \
62 tstSharedFolderService.cpp \
63 ../mappings.cpp \
64 ../service.cpp \
65 ../shflhandle.cpp \
66 ../vbsfpathabs.cpp \
67 ../vbsfpath.cpp \
68 ../vbsf.cpp
69tstSharedFolderService_LDFLAGS.darwin = \
70 -framework Carbon
71tstSharedFolderService_LIBS = $(LIB_RUNTIME)
72
73if 0 # Cannot define two RT_OS_XXX macros!
74# As there are differences between the Windows build of the service and others,
75# we do an additional build with RT_OS_WINDOWS defined on non-Windows targets.
76PROGRAMS += \
77 tstSharedFolderService \
78 $(if $(eq $(KBUILD_TARGET),win),,tstSharedFolderService-win)
79tstSharedFolderService-win_TEMPLATE = $(tstSharedFolderService_TEMPLATE)
80tstSharedFolderService-win_DEFS = \
81 $(tstSharedFolderService_DEFS) \
82 RT_OS_WINDOWS
83tstSharedFolderService-win_INCS = $(tstSharedFolderService_INCS)
84tstSharedFolderService-win_SOURCES = $(tstSharedFolderService_SOURCES)
85tstSharedFolderService-win_LDFLAGS.darwin = \
86 $(tstSharedFolderService_LDFLAGS.darwin)
87tstSharedFolderService-win_LIBS = $(tstSharedFolderService_LIBS)
88endif
89
90endif # VBOX_WITH_TESTCASES
91
92
93include $(FILE_KBUILD_SUB_FOOTER)
94
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