Changeset 33746 in vbox
- Timestamp:
- Nov 3, 2010 6:32:49 PM (14 years ago)
- Location:
- trunk/src/VBox/Storage/testcase
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/Makefile.kmk
r33586 r33746 29 29 vditool_SOURCES = vditool.cpp 30 30 endif 31 32 33 #34 # Basic testcase for the VDI code.35 #36 #ifdef VBOX_WITH_TESTCASES37 # PROGRAMS += tstVDI38 # ifeq ($(KBUILD_TARGET),l4)39 # tstVDI_TEMPLATE = VBOXLNXHOSTR3EXE40 # else41 # tstVDI_TEMPLATE = VBOXR3TSTEXE42 # endif43 # tstVDI_LIBS = $(vditool_LIBS)44 # tstVDI_SOURCES = tstVDI.cpp45 #endif46 31 47 32 #
Note:
See TracChangeset
for help on using the changeset viewer.