VirtualBox

Changeset 35471 in vbox for trunk/src/VBox/Storage


Ignore:
Timestamp:
Jan 10, 2011 9:10:19 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69342
Message:

Storage/testcase: Scriptable I/O stress test (operating completely in memory to speed up debugging/testing) - hacking in progress

Location:
trunk/src/VBox/Storage/testcase
Files:
5 added
1 edited

Legend:

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

    r33746 r35471  
    1616#
    1717
    18 SUB_DEPTH = ../../../../..
     18SUB_DEPTH = ../../../..
    1919include $(KBUILD_PATH)/subheader.kmk
    2020
     
    3434#
    3535ifdef VBOX_WITH_TESTCASES
    36  PROGRAMS += tstVD tstVD-2 tstVDCopy tstVDSnap tstVDShareable vbox-img
     36 PROGRAMS += tstVD tstVD-2 tstVDCopy tstVDSnap tstVDShareable vbox-img tstVDIo
    3737 tstVD_TEMPLATE = VBOXR3TSTEXE
    3838 tstVD-2_TEMPLATE = VBOXR3TSTEXE
     
    4040 tstVDSnap_TEMPLATE = VBOXR3TSTEXE
    4141 tstVDShareable_TEMPLATE = VBOXR3TSTEXE
     42 tstVDIo_TEMPLATE = VBOXR3TSTEXE
    4243 vbox-img_TEMPLATE = VBOXR3STATIC
    4344 tstVD_LIBS     = $(LIB_DDU) $(LIB_RUNTIME)
     
    4748 tstVDShareable_LIBS   = $(LIB_DDU) $(LIB_RUNTIME)
    4849 tstVDSetUuid_LIBS   = $(LIB_DDU) $(LIB_RUNTIME)
     50 tstVDIo_LIBS   = $(LIB_DDU) $(LIB_RUNTIME)
    4951 vbox-img_LIBS = \
    5052        $(VBOX_LIB_RUNTIME_STATIC)
     
    8385        $(VBOX_PATH_STORAGE_SRC)/VCICache.cpp
    8486 vbox-img_DEFS += IN_VBOXDDU IN_VBOXDDU_STATIC VBOX_HDD_NO_DYNAMIC_BACKENDS IN_RT_R3
     87
     88 tstVDIo_SOURCES  = tstVDIo.cpp \
     89        VDIoBackendMem.cpp \
     90        VDMemDisk.cpp
    8591endif
    8692
Note: See TracChangeset for help on using the changeset viewer.

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