Makefile.kmk revision c97989161fbe75bc14cea477a5443bbf474dd3ad
2271N/A# $Id$
2271N/A## @file
2271N/A# Makefile for misc testcases.
2271N/A#
2271N/A
2271N/A#
2271N/A# Copyright (C) 2006-2007 innotek GmbH
2271N/A#
2271N/A# This file is part of VirtualBox Open Source Edition (OSE), as
2271N/A# available from http://www.virtualbox.org. This file is free software;
2271N/A# you can redistribute it and/or modify it under the terms of the GNU
2271N/A# General Public License as published by the Free Software Foundation,
2271N/A# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
2271N/A# distribution. VirtualBox OSE is distributed in the hope that it will
2271N/A# be useful, but WITHOUT ANY WARRANTY of any kind.
2271N/A#
2271N/A# If you received this file as part of a commercial VirtualBox
2271N/A# distribution, then only the terms of your commercial VirtualBox
2271N/A# license agreement apply instead of the previous paragraph.
2271N/A#
4070N/A
4070N/ADEPTH = ../..
3996N/Ainclude $(PATH_KBUILD)/header.kmk
2271N/A
4070N/APROGRAMS = tstRunTestcases
2271N/A
2271N/AtstRunTestcases_TEMPLATE = VBOXR3TSTEXE
2271N/AtstRunTestcases_LIBS = $(LIB_RUNTIME)
4070N/AtstRunTestcases_SOURCES = tstRunTestcases.cpp
2271N/A
2271N/Ainclude $(PATH_KBUILD)/footer.kmk
2271N/A
4070N/A