Makefile revision ec231f99272496dd79e402040cc7ca087ef7ccd6
#
# Makefile for the Devices testcases.
#
#
# Copyright (C) 2006 InnoTek Systemberatung GmbH
#
# This file is part of VirtualBox Open Source Edition (OSE), as
# available from http://www.virtualbox.org. This file is free software;
# General Public License as published by the Free Software Foundation,
# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
# distribution. VirtualBox OSE is distributed in the hope that it will
# be useful, but WITHOUT ANY WARRANTY of any kind.
#
# If you received this file as part of a commercial VirtualBox
# distribution, then only the terms of your commercial VirtualBox
# license agreement apply instead of the previous paragraph.
#
DEPTH = ../../../..
#
# Target lists.
#
# temp hack.
#
# We setup one 'other' targets for executing the structure & alignment
# validation testcases. Perhaps a bit hackish, but extremely useful.
#
OTHERS += \
OTHER_CLEAN += \
#
# The testcase generator.
#
tstDeviceStructSizeGC_INCS = .. ../Bus
#
# The testcase it self.
#
#
# Run rule for tstDeviceStructSize.
#
# 1. Dump selected structure in the VMMGC.gc debug info.
# 2. Generate a testcase from the dump
## future
# 1&2. Manually dump selected structures and members.
$(call MSG_L1,Generating $<)
$(QUIET)$(INSTARGET_tstDeviceStructSizeGC) > $@
# 3. run it.
$^
# alias for the struct test.