VirtualBox

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

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

VD/Testcase: New testcase to stress test diff creation/merging

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1# $Id: Makefile.kmk 27135 2010-03-06 17:54:54Z vboxsync $
2## @file
3# Sub-Makefile for the storage device & driver 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# vditool - useful too for manipulating VDIs, but now pretty obsolete and
27# probably will go away soon. Testcase only now.
28#
29ifdef VBOX_WITH_TESTCASES
30 PROGRAMS += vditool
31 vditool_TEMPLATE = VBOXR3TSTEXE
32 vditool_LIBS = $(LIB_DDU) $(LIB_RUNTIME)
33 vditool_SOURCES = vditool.cpp
34endif
35
36
37#
38# Basic testcase for the VDI code.
39#
40#ifdef VBOX_WITH_TESTCASES
41# PROGRAMS += tstVDI
42# ifeq ($(KBUILD_TARGET),l4)
43# tstVDI_TEMPLATE = VBOXLNXHOSTR3EXE
44# else
45# tstVDI_TEMPLATE = VBOXR3TSTEXE
46# endif
47# tstVDI_LIBS = $(vditool_LIBS)
48# tstVDI_SOURCES = tstVDI.cpp
49#endif
50
51#
52# Basic testcases for the VD code.
53#
54ifdef VBOX_WITH_TESTCASES
55 PROGRAMS += tstVD tstVD-2 tstVDCopy tstVDSnap
56 ifeq ($(KBUILD_TARGET),l4)
57 tstVD_TEMPLATE = VBOXLNXHOSTR3EXE
58 tstVD-2_TEMPLATE = VBOXLNXHOSTR3EXE
59 tstVDCopy_TEMPLATE = VBOXLNXHOSTR3EXE
60 else
61 tstVD_TEMPLATE = VBOXR3TSTEXE
62 tstVD-2_TEMPLATE = VBOXR3TSTEXE
63 tstVDCopy_TEMPLATE = VBOXR3TSTEXE
64 endif
65 tstVD_LIBS = $(LIB_DDU) $(LIB_RUNTIME)
66 tstVD-2_LIBS = $(LIB_DDU) $(LIB_RUNTIME)
67 tstVDCopy_LIBS = $(LIB_DDU) $(LIB_RUNTIME)
68 tstVDSnap_LIBS = $(LIB_DDU) $(LIB_RUNTIME)
69 tstVD_SOURCES = tstVD.cpp
70 tstVD-2_SOURCES = tstVD-2.cpp
71 tstVDCopy_SOURCES = tstVDCopy.cpp
72 tstVDSnap_SOURCES = tstVDSnap.cpp
73endif
74
75include $(KBUILD_PATH)/subfooter.kmk
76
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