VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/testcase/Makefile@ 1908

Last change on this file since 1908 was 1027, checked in by vboxsync, 18 years ago

Initial GIP change. Missing detection of SMP systems with TSC drift.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1#
2# Sub-Makefile for the SUPLib testcase.
3#
4
5#
6# Copyright (C) 2006 InnoTek Systemberatung GmbH
7#
8# This file is part of VirtualBox Open Source Edition (OSE), as
9# available from http://www.virtualbox.org. This file is free software;
10# you can redistribute it and/or modify it under the terms of the GNU
11# General Public License as published by the Free Software Foundation,
12# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
13# distribution. VirtualBox OSE is distributed in the hope that it will
14# be useful, but WITHOUT ANY WARRANTY of any kind.
15#
16# If you received this file as part of a commercial VirtualBox
17# distribution, then only the terms of your commercial VirtualBox
18# license agreement apply instead of the previous paragraph.
19#
20
21DEPTH = ../../../../..
22SUB_DEPTH = ..
23include $(PATH_KBUILD)/subheader.kmk
24
25PROGRAMS += \
26 SUPInstall \
27 SUPUninstall
28ifdef VBOX_WITH_TESTCASES
29PROGRAMS += \
30 tstPage \
31 tstContiguous \
32 tstInit \
33 tstInt \
34 tstLow \
35 tstPin \
36 tstGIP-2 \
37 tstGetPagingMode
38endif # VBOX_WITH_TESTCASES
39
40SUPInstall_TEMPLATE = VBOXR3EXE
41SUPInstall_SOURCES = $(VBOX_PATH_SUPPORT)/testcase/SUPInstall.cpp
42SUPInstall_LIBS = $(LIB_RUNTIME)
43
44SUPUninstall_TEMPLATE = VBOXR3EXE
45SUPUninstall_SOURCES = $(VBOX_PATH_SUPPORT)/testcase/SUPUninstall.cpp
46SUPUninstall_LIBS = $(LIB_RUNTIME)
47
48tstInt_TEMPLATE = VBOXR3EXE
49tstInt_SOURCES = $(VBOX_PATH_SUPPORT)/testcase/tstInt.cpp
50tstInt_LIBS = $(LIB_RUNTIME)
51
52tstContiguous_TEMPLATE= VBOXR3TSTEXE
53tstContiguous_SOURCES = $(VBOX_PATH_SUPPORT)/testcase/tstContiguous.cpp
54
55tstInit_TEMPLATE = VBOXR3TSTEXE
56tstInit_SOURCES = $(VBOX_PATH_SUPPORT)/testcase/tstInit.cpp
57
58tstLow_TEMPLATE = VBOXR3TSTEXE
59tstLow_SOURCES = $(VBOX_PATH_SUPPORT)/testcase/tstLow.cpp
60
61tstPin_TEMPLATE = VBOXR3TSTEXE
62tstPin_SOURCES = $(VBOX_PATH_SUPPORT)/testcase/tstPin.cpp
63
64tstPage_TEMPLATE = VBOXR3TSTEXE
65tstPage_SOURCES = $(VBOX_PATH_SUPPORT)/testcase/tstPage.cpp
66
67tstGIP-2_TEMPLATE = VBOXR3TSTEXE
68tstGIP-2_SOURCES = $(VBOX_PATH_SUPPORT)/testcase/tstGIP-2.cpp
69
70tstGetPagingMode_TEMPLATE = VBOXR3TSTEXE
71tstGetPagingMode_SOURCES = $(VBOX_PATH_SUPPORT)/testcase/tstGetPagingMode.cpp
72
73include $(PATH_KBUILD)/subfooter.kmk
74
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