VirtualBox

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

Last change on this file since 55782 was 54287, checked in by vboxsync, 10 years ago

tstSupTscDelta.cpp: Hacked up a testcase for repeatedly remeasure the tsc deltas..

  • 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 54287 2015-02-18 23:39:57Z vboxsync $
2## @file
3# Sub-Makefile for the SUPLib testcases.
4#
5
6#
7# Copyright (C) 2006-2014 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# 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
27SUB_DEPTH = ../../../../..
28include $(KBUILD_PATH)/subheader.kmk
29
30PROGRAMS += \
31 SUPInstall \
32 SUPUninstall \
33 SUPLoggerCtl
34ifdef VBOX_WITH_TESTCASES
35 if !defined(VBOX_WITH_HARDENING) || "$(KBUILD_TARGET)" != "win"
36PROGRAMS += \
37 tstPage \
38 tstContiguous \
39 tstInit \
40 tstInt \
41 tstLow \
42 tstPin \
43 tstGIP-2 \
44 tstGetPagingMode \
45 tstSupLoadModule \
46 tstSupSem \
47 tstSupSem-Zombie \
48 tstSupTscDelta
49 endif
50PROGRAMS.win += \
51 tstNtQueryStuff
52endif # VBOX_WITH_TESTCASES
53
54SUPInstall_TEMPLATE = VBOXR3EXE
55SUPInstall_SOURCES = SUPInstall.cpp
56SUPInstall_LIBS = $(LIB_RUNTIME)
57
58SUPUninstall_TEMPLATE = VBOXR3EXE
59SUPUninstall_SOURCES = SUPUninstall.cpp
60SUPUninstall_LIBS = $(LIB_RUNTIME)
61
62SUPLoggerCtl_TEMPLATE = VBOXR3EXE
63SUPLoggerCtl_SOURCES = SUPLoggerCtl.cpp
64SUPLoggerCtl_LIBS = $(LIB_RUNTIME)
65
66tstInt_TEMPLATE = VBOXR3EXE
67tstInt_SOURCES = tstInt.cpp
68tstInt_LIBS = $(LIB_RUNTIME)
69
70tstContiguous_TEMPLATE= VBOXR3TSTEXE
71tstContiguous_SOURCES = tstContiguous.cpp
72
73tstInit_TEMPLATE = VBOXR3TSTEXE
74tstInit_SOURCES = tstInit.cpp
75
76tstLow_TEMPLATE = VBOXR3TSTEXE
77tstLow_SOURCES = tstLow.cpp
78
79tstNtQueryStuff_TEMPLATE = VBOXR3TSTEXE
80tstNtQueryStuff_SDKS = VBOX_NTDLL
81tstNtQueryStuff_SOURCES = tstNtQueryStuff.cpp
82
83tstPin_TEMPLATE = VBOXR3TSTEXE
84tstPin_SOURCES = tstPin.cpp
85
86tstPage_TEMPLATE = VBOXR3TSTEXE
87tstPage_SOURCES = tstPage.cpp
88
89tstGIP-2_TEMPLATE = VBOXR3TSTEXE
90tstGIP-2_SOURCES = tstGIP-2.cpp
91
92tstGetPagingMode_TEMPLATE = VBOXR3TSTEXE
93tstGetPagingMode_SOURCES = tstGetPagingMode.cpp
94
95tstSupLoadModule_TEMPLATE = VBOXR3TSTEXE
96tstSupLoadModule_SOURCES = tstSupLoadModule.cpp
97
98tstSupSem_TEMPLATE = VBOXR3TSTEXE
99tstSupSem_SOURCES = tstSupSem.cpp
100
101tstSupSem-Zombie_TEMPLATE = VBOXR3TSTEXE
102tstSupSem-Zombie_SOURCES = tstSupSem-Zombie.cpp
103
104tstSupTscDelta_TEMPLATE = VBOXR3TSTEXE
105tstSupTscDelta_SOURCES = tstSupTscDelta.cpp
106
107include $(FILE_KBUILD_SUB_FOOTER)
108
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