VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk@ 25308

Last change on this file since 25308 was 22077, checked in by vboxsync, 15 years ago

HostDrivers/Support: header and svn props cleanup.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1# $Id: Makefile.kmk 22077 2009-08-07 16:01:57Z vboxsync $
2## @file
3# Sub-Makefile for the SUPLib testcases.
4#
5
6#
7# Copyright (C) 2006-2009 Sun Microsystems, Inc.
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# The contents of this file may alternatively be used under the terms
18# of the Common Development and Distribution License Version 1.0
19# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20# VirtualBox OSE distribution, in which case the provisions of the
21# CDDL are applicable instead of those of the GPL.
22#
23# You may elect to license modified versions of this file under the
24# terms and conditions of either the GPL or the CDDL or both.
25#
26# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
27# Clara, CA 95054 USA or visit http://www.sun.com if you need
28# additional information or have any questions.
29#
30
31SUB_DEPTH = ../../../../..
32include $(KBUILD_PATH)/subheader.kmk
33
34PROGRAMS += \
35 SUPInstall \
36 SUPUninstall \
37 SUPLoggerCtl
38ifdef VBOX_WITH_TESTCASES
39PROGRAMS += \
40 tstPage \
41 tstContiguous \
42 tstInit \
43 tstInt \
44 tstLow \
45 tstPin \
46 tstGIP-2 \
47 tstGetPagingMode \
48 tstSupSem \
49 tstSupSem-Zombie
50endif # VBOX_WITH_TESTCASES
51
52SUPInstall_TEMPLATE = VBOXR3EXE
53SUPInstall_SOURCES = SUPInstall.cpp
54SUPInstall_LIBS = $(LIB_RUNTIME)
55
56SUPUninstall_TEMPLATE = VBOXR3EXE
57SUPUninstall_SOURCES = SUPUninstall.cpp
58SUPUninstall_LIBS = $(LIB_RUNTIME)
59
60SUPLoggerCtl_TEMPLATE = VBOXR3EXE
61SUPLoggerCtl_SOURCES = SUPLoggerCtl.cpp
62SUPLoggerCtl_LIBS = $(LIB_RUNTIME)
63
64tstInt_TEMPLATE = VBOXR3EXE
65tstInt_SOURCES = tstInt.cpp
66tstInt_LIBS = $(LIB_RUNTIME)
67
68tstContiguous_TEMPLATE= VBOXR3TSTEXE
69tstContiguous_SOURCES = tstContiguous.cpp
70
71tstInit_TEMPLATE = VBOXR3TSTEXE
72tstInit_SOURCES = tstInit.cpp
73
74tstLow_TEMPLATE = VBOXR3TSTEXE
75tstLow_SOURCES = tstLow.cpp
76
77tstPin_TEMPLATE = VBOXR3TSTEXE
78tstPin_SOURCES = tstPin.cpp
79
80tstPage_TEMPLATE = VBOXR3TSTEXE
81tstPage_SOURCES = tstPage.cpp
82
83tstGIP-2_TEMPLATE = VBOXR3TSTEXE
84tstGIP-2_SOURCES = tstGIP-2.cpp
85
86tstGetPagingMode_TEMPLATE = VBOXR3TSTEXE
87tstGetPagingMode_SOURCES = tstGetPagingMode.cpp
88
89tstSupSem_TEMPLATE = VBOXR3TSTEXE
90tstSupSem_SOURCES = tstSupSem.cpp
91
92tstSupSem-Zombie_TEMPLATE = VBOXR3TSTEXE
93tstSupSem-Zombie_SOURCES = tstSupSem-Zombie.cpp
94
95include $(KBUILD_PATH)/subfooter.kmk
96
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