VirtualBox

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

Last change on this file since 46031 was 46031, checked in by vboxsync, 12 years ago

Cannot define two RT_OS_XXX macros at the same time, sorry, was never intended to work.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1# $Id: Makefile.kmk 46031 2013-05-13 16:15:16Z vboxsync $
2## @file
3# Sub-Makefile for the Shared Folders Host Service testcases.
4#
5
6#
7# Copyright (C) 2006-2012 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 ../vbsf.cpp
67tstSharedFolderService_LDFLAGS.darwin = \
68 -framework Carbon
69tstSharedFolderService_LIBS = $(LIB_RUNTIME)
70
71if 0 # Cannot define two RT_OS_XXX macros!
72# As there are differences between the Windows build of the service and others,
73# we do an additional build with RT_OS_WINDOWS defined on non-Windows targets.
74PROGRAMS += \
75 tstSharedFolderService \
76 $(if $(eq $(KBUILD_TARGET),win),,tstSharedFolderService-win)
77tstSharedFolderService-win_TEMPLATE = $(tstSharedFolderService_TEMPLATE)
78tstSharedFolderService-win_DEFS = \
79 $(tstSharedFolderService_DEFS) \
80 RT_OS_WINDOWS
81tstSharedFolderService-win_INCS = $(tstSharedFolderService_INCS)
82tstSharedFolderService-win_SOURCES = $(tstSharedFolderService_SOURCES)
83tstSharedFolderService-win_LDFLAGS.darwin = \
84 $(tstSharedFolderService_LDFLAGS.darwin)
85tstSharedFolderService-win_LIBS = $(tstSharedFolderService_LIBS)
86endif
87
88endif # VBOX_WITH_TESTCASES
89
90
91include $(FILE_KBUILD_SUB_FOOTER)
92
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