Changeset 20415 in vbox for trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk
- Timestamp:
- Jun 8, 2009 7:56:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk
r17111 r20415 55 55 # 56 56 ifdef VBOX_WITH_TESTCASES 57 PROGRAMS += tstVD tstVD-2 57 PROGRAMS += tstVD tstVD-2 tstVDCopy 58 58 ifeq ($(KBUILD_TARGET),l4) 59 59 tstVD_TEMPLATE = VBOXLNXHOSTR3EXE 60 60 tstVD-2_TEMPLATE = VBOXLNXHOSTR3EXE 61 tstVDCopy_TEMPLATE = VBOXLNXHOSTR3EXE 61 62 else 62 63 tstVD_TEMPLATE = VBOXR3TSTEXE 63 64 tstVD-2_TEMPLATE = VBOXR3TSTEXE 65 tstVDCopy_TEMPLATE = VBOXR3TSTEXE 64 66 endif 65 67 tstVD_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 66 68 tstVD-2_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 69 tstVDCopy_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 67 70 tstVD_SOURCES = tstVD.cpp 68 71 tstVD-2_SOURCES = tstVD-2.cpp 72 tstVDCopy_SOURCES = tstVDCopy.cpp 69 73 endif 70 74
Note:
See TracChangeset
for help on using the changeset viewer.