VirtualBox

source: vbox/trunk/src/VBox/Devices/testcase/Makefile.kmk@ 24273

Last change on this file since 24273 was 23452, checked in by vboxsync, 15 years ago

Makefiles: Corrected properties.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.4 KB
Line 
1# $Id: Makefile.kmk 23452 2009-09-30 20:33:08Z vboxsync $
2## @file
3# Sub-Makefile for the Devices testcases.
4#
5
6#
7# Copyright (C) 2006-2007 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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18# Clara, CA 95054 USA or visit http://www.sun.com if you need
19# additional information or have any questions.
20#
21
22SUB_DEPTH = ../../../..
23include $(KBUILD_PATH)/subheader.kmk
24
25#
26# Globals
27#
28VBOX_PATH_DEVICES_SRC ?= $(PATH_ROOT)/src/VBox/Devices
29VBOX_DEVICES_TEST_OUT_DIR := $(PATH_TARGET)/Devices/testcase
30BLDDIRS += $(VBOX_DEVICES_TEST_OUT_DIR)
31
32#
33# We setup one 'other' target for executing the structure & alignment
34# validation testcases. Perhaps a bit hackish, but extremely useful.
35#
36ifeq ($(KBUILD_TARGET),$(KBUILD_HOST))
37 ifeq ($(filter-out x86.x86 amd64.amd64 x86.amd64, $(KBUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH)),)
38 OTHERS += \
39 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run
40 endif
41endif
42
43# The normal testing pass.
44TESTING += \
45 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run
46
47
48#
49# The testcase generator.
50#
51PROGRAMS += tstDeviceStructSizeGC
52tstDeviceStructSizeGC_TEMPLATE = VBOXGCEXE
53tstDeviceStructSizeGC_DEFS =
54ifdef VBOX_WITH_USB
55tstDeviceStructSizeGC_DEFS += VBOX_WITH_USB IN_USB_GC
56endif
57ifdef VBOX_WITH_AHCI
58tstDeviceStructSizeGC_DEFS += VBOX_WITH_AHCI
59endif
60ifdef VBOX_WITH_E1000
61tstDeviceStructSizeGC_DEFS += VBOX_WITH_E1000
62endif
63ifdef VBOX_WITH_BUSLOGIC
64tstDeviceStructSizeGC_DEFS += VBOX_WITH_BUSLOGIC
65endif
66ifdef VBOX_WITH_SCSI
67tstDeviceStructSizeGC_DEFS += VBOX_WITH_SCSI
68endif
69ifdef VBOX_WITH_LSILOGIC
70tstDeviceStructSizeGC_DEFS += VBOX_WITH_LSILOGIC
71endif
72ifdef VBOX_WITH_HPET
73tstDeviceStructSizeGC_DEFS += VBOX_WITH_HPET
74endif
75ifdef VBOX_WITH_HGSMI
76tstDeviceStructSizeGC_DEFS += VBOX_WITH_HGSMI
77endif
78ifdef VBOX_WITH_VIDEOHWACCEL
79tstDeviceStructSizeGC_DEFS += VBOX_WITH_VIDEOHWACCEL
80endif
81tstDeviceStructSizeGC_SOURCES = tstDeviceStructSizeGC.cpp
82tstDeviceStructSizeGC_INCS = \
83 $(VBOX_PATH_DEVICES_SRC) \
84 $(VBOX_PATH_DEVICES_SRC)/Bus \
85 $(VBOX_DEVICES_TEST_OUT_DIR)
86
87#
88# The testcase it self.
89#
90PROGRAMS += tstDeviceStructSize
91tstDeviceStructSize_TEMPLATE = VBOXR3AUTOTST
92tstDeviceStructSize_DEFS =
93ifdef VBOX_WITH_USB
94tstDeviceStructSize_DEFS += VBOX_WITH_USB IN_USB_GC
95endif
96ifdef VBOX_WITH_AHCI
97tstDeviceStructSize_DEFS += VBOX_WITH_AHCI
98endif
99ifdef VBOX_WITH_E1000
100tstDeviceStructSize_DEFS += VBOX_WITH_E1000
101endif
102ifdef VBOX_WITH_BUSLOGIC
103tstDeviceStructSize_DEFS += VBOX_WITH_BUSLOGIC
104endif
105ifdef VBOX_WITH_LSILOGIC
106tstDeviceStructSize_DEFS += VBOX_WITH_LSILOGIC
107endif
108ifdef VBOX_WITH_HPET
109tstDeviceStructSize_DEFS += VBOX_WITH_HPET
110endif
111ifdef VBOX_WITH_SMC
112tstDeviceStructSize_DEFS += VBOX_WITH_SMC
113endif
114ifdef VBOX_WITH_LPC
115tstDeviceStructSize_DEFS += VBOX_WITH_LPC
116endif
117ifdef VBOX_WITH_HGSMI
118tstDeviceStructSize_DEFS += VBOX_WITH_HGSMI
119endif
120ifdef VBOX_WITH_VIDEOHWACCEL
121tstDeviceStructSize_DEFS += VBOX_WITH_VIDEOHWACCEL
122endif
123tstDeviceStructSize_INCS = \
124 $(VBOX_PATH_DEVICES_SRC) \
125 $(VBOX_PATH_DEVICES_SRC)/Bus \
126 $(VBOX_DEVICES_TEST_OUT_DIR)
127tstDeviceStructSize_SOURCES = tstDeviceStructSize.cpp
128tstDeviceStructSize_CLEAN = \
129 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSizeGC.h \
130 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run
131tstDeviceStructSize.cpp_DEPS = $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSizeGC.h
132
133#
134# Run rule for tstDeviceStructSize.
135#
136
137# 1. Dump selected structure in the VMMGC.gc debug info.
138# 2. Generate a testcase from the dump
139## future
140
141# 1&2. Manually dump selected structures and members.
142$(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSizeGC.h: $$(INSTARGET_tstDeviceStructSizeGC) | $$(dir $$@)
143 $(call MSG_GENERATE,,$@)
144 $(QUIET)$(REDIRECT) -wo $@ -- $^
145
146# 3. run it.
147$(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run: $$(INSTARGET_tstDeviceStructSize) | $$(dir $$@)
148 $(QUIET)$(RM) -f $@
149 $^
150 $(QUIET)$(APPEND) "$@" "done"
151
152# alias for the struct test.
153run-struct-tests: $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run
154
155
156include $(KBUILD_PATH)/subfooter.kmk
157
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