VirtualBox

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

Last change on this file since 17111 was 17111, checked in by vboxsync, 16 years ago

unexport vditool from OSE - for internal use only

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.9 KB
Line 
1# $Id: Makefile.kmk 17111 2009-02-25 09:04:00Z 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 ifndef VBOX_OSE
31 PROGRAMS += vditool
32 vditool_TEMPLATE = VBOXR3TSTEXE
33 vditool_LIBS = $(LIB_DDU) $(LIB_RUNTIME)
34 vditool_SOURCES = vditool.cpp
35 endif
36endif
37
38
39#
40# Basic testcase for the VDI code.
41#
42#ifdef VBOX_WITH_TESTCASES
43# PROGRAMS += tstVDI
44# ifeq ($(KBUILD_TARGET),l4)
45# tstVDI_TEMPLATE = VBOXLNXHOSTR3EXE
46# else
47# tstVDI_TEMPLATE = VBOXR3TSTEXE
48# endif
49# tstVDI_LIBS = $(vditool_LIBS)
50# tstVDI_SOURCES = tstVDI.cpp
51#endif
52
53#
54# Basic testcases for the VD code.
55#
56ifdef VBOX_WITH_TESTCASES
57 PROGRAMS += tstVD tstVD-2
58 ifeq ($(KBUILD_TARGET),l4)
59 tstVD_TEMPLATE = VBOXLNXHOSTR3EXE
60 tstVD-2_TEMPLATE = VBOXLNXHOSTR3EXE
61 else
62 tstVD_TEMPLATE = VBOXR3TSTEXE
63 tstVD-2_TEMPLATE = VBOXR3TSTEXE
64 endif
65 tstVD_LIBS = $(LIB_DDU) $(LIB_RUNTIME)
66 tstVD-2_LIBS = $(LIB_DDU) $(LIB_RUNTIME)
67 tstVD_SOURCES = tstVD.cpp
68 tstVD-2_SOURCES = tstVD-2.cpp
69endif
70
71include $(KBUILD_PATH)/subfooter.kmk
72
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