VirtualBox

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

Last change on this file since 5320 was 4829, checked in by vboxsync, 17 years ago

inverted VBOX_WITHOUT_IDT_PATCHING.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.8 KB
Line 
1# $Id: Makefile.kmk 4829 2007-09-15 21:55:14Z vboxsync $
2## @file
3# Sub-Makefile for the SUPLib testcases.
4#
5
6#
7# Copyright (C) 2006-2007 innotek GmbH
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 as published by the Free Software Foundation,
13# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14# distribution. VirtualBox OSE is distributed in the hope that it will
15# be useful, but WITHOUT ANY WARRANTY of any kind.
16
17DEPTH = ../../../../..
18SUB_DEPTH = ../..
19include $(PATH_KBUILD)/subheader.kmk
20
21PROGRAMS += \
22 SUPInstall \
23 SUPUninstall
24ifdef VBOX_WITH_TESTCASES
25PROGRAMS += \
26 tstPage \
27 tstContiguous \
28 tstInit \
29 tstInt \
30 tstLow \
31 tstPin \
32 tstGIP-2 \
33 tstGetPagingMode
34endif # VBOX_WITH_TESTCASES
35
36SUPInstall_TEMPLATE = VBOXR3EXE
37SUPInstall_SOURCES = SUPInstall.cpp
38SUPInstall_LIBS = $(LIB_RUNTIME)
39
40SUPUninstall_TEMPLATE = VBOXR3EXE
41SUPUninstall_SOURCES = SUPUninstall.cpp
42SUPUninstall_LIBS = $(LIB_RUNTIME)
43
44tstInt_TEMPLATE = VBOXR3EXE
45tstInt_SOURCES = tstInt.cpp
46tstInt_LIBS = $(LIB_RUNTIME)
47ifdef VBOX_WITH_IDT_PATCHING
48tstInt_DEFS += VBOX_WITH_IDT_PATCHING
49endif
50
51tstContiguous_TEMPLATE= VBOXR3TSTEXE
52tstContiguous_SOURCES = tstContiguous.cpp
53
54tstInit_TEMPLATE = VBOXR3TSTEXE
55tstInit_SOURCES = tstInit.cpp
56
57tstLow_TEMPLATE = VBOXR3TSTEXE
58tstLow_SOURCES = tstLow.cpp
59
60tstPin_TEMPLATE = VBOXR3TSTEXE
61tstPin_SOURCES = tstPin.cpp
62
63tstPage_TEMPLATE = VBOXR3TSTEXE
64tstPage_SOURCES = tstPage.cpp
65
66tstGIP-2_TEMPLATE = VBOXR3TSTEXE
67tstGIP-2_SOURCES = tstGIP-2.cpp
68
69tstGetPagingMode_TEMPLATE = VBOXR3TSTEXE
70tstGetPagingMode_SOURCES = tstGetPagingMode.cpp
71
72include $(PATH_KBUILD)/subfooter.kmk
73
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