VirtualBox

Ignore:
Timestamp:
Jul 29, 2010 8:06:22 AM (14 years ago)
Author:
vboxsync
Message:

Devices/Storage: start of a testcase for shareable images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk

    r28800 r31193  
    55
    66#
    7 # Copyright (C) 2006-2007 Oracle Corporation
     7# Copyright (C) 2006-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    4949#
    5050ifdef VBOX_WITH_TESTCASES
    51  PROGRAMS += tstVD tstVD-2 tstVDCopy tstVDSnap
     51 PROGRAMS += tstVD tstVD-2 tstVDCopy tstVDSnap tstVDShareable
    5252 ifeq ($(KBUILD_TARGET),l4)
    5353  tstVD_TEMPLATE = VBOXLNXHOSTR3EXE
     
    5555  tstVDCopy_TEMPLATE = VBOXLNXHOSTR3EXE
    5656  tstVDSnap_TEMPLATE = VBOXLNXHOSTR3EXE
     57  tstVDShareable_TEMPLATE = VBOXLNXHOSTR3EXE
    5758 else
    5859  tstVD_TEMPLATE = VBOXR3TSTEXE
     
    6061  tstVDCopy_TEMPLATE = VBOXR3TSTEXE
    6162  tstVDSnap_TEMPLATE = VBOXR3TSTEXE
     63  tstVDShareable_TEMPLATE = VBOXR3TSTEXE
    6264 endif
    6365 tstVD_LIBS     = $(LIB_DDU) $(LIB_RUNTIME)
     
    6567 tstVDCopy_LIBS   = $(LIB_DDU) $(LIB_RUNTIME)
    6668 tstVDSnap_LIBS   = $(LIB_DDU) $(LIB_RUNTIME)
     69 tstVDShareable_LIBS   = $(LIB_DDU) $(LIB_RUNTIME)
    6770 tstVD_SOURCES  = tstVD.cpp
    6871 tstVD-2_SOURCES  = tstVD-2.cpp
    6972 tstVDCopy_SOURCES  = tstVDCopy.cpp
    7073 tstVDSnap_SOURCES  = tstVDSnap.cpp
     74 tstVDShareable_SOURCES = tstVDShareable.cpp
    7175endif
    7276
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette