- Timestamp:
- Mar 6, 2010 5:54:54 PM (15 years ago)
- Location:
- trunk/src/VBox/Devices/Storage/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk
r23452 r27135 53 53 # 54 54 ifdef VBOX_WITH_TESTCASES 55 PROGRAMS += tstVD tstVD-2 tstVDCopy 55 PROGRAMS += tstVD tstVD-2 tstVDCopy tstVDSnap 56 56 ifeq ($(KBUILD_TARGET),l4) 57 57 tstVD_TEMPLATE = VBOXLNXHOSTR3EXE … … 66 66 tstVD-2_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 67 67 tstVDCopy_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 68 tstVDSnap_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 68 69 tstVD_SOURCES = tstVD.cpp 69 70 tstVD-2_SOURCES = tstVD-2.cpp 70 71 tstVDCopy_SOURCES = tstVDCopy.cpp 72 tstVDSnap_SOURCES = tstVDSnap.cpp 71 73 endif 72 74
Note:
See TracChangeset
for help on using the changeset viewer.