Changeset 31193 in vbox for trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk
- Timestamp:
- Jul 29, 2010 8:06:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk
r28800 r31193 5 5 6 6 # 7 # Copyright (C) 2006-20 07Oracle Corporation7 # Copyright (C) 2006-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 49 49 # 50 50 ifdef VBOX_WITH_TESTCASES 51 PROGRAMS += tstVD tstVD-2 tstVDCopy tstVDSnap 51 PROGRAMS += tstVD tstVD-2 tstVDCopy tstVDSnap tstVDShareable 52 52 ifeq ($(KBUILD_TARGET),l4) 53 53 tstVD_TEMPLATE = VBOXLNXHOSTR3EXE … … 55 55 tstVDCopy_TEMPLATE = VBOXLNXHOSTR3EXE 56 56 tstVDSnap_TEMPLATE = VBOXLNXHOSTR3EXE 57 tstVDShareable_TEMPLATE = VBOXLNXHOSTR3EXE 57 58 else 58 59 tstVD_TEMPLATE = VBOXR3TSTEXE … … 60 61 tstVDCopy_TEMPLATE = VBOXR3TSTEXE 61 62 tstVDSnap_TEMPLATE = VBOXR3TSTEXE 63 tstVDShareable_TEMPLATE = VBOXR3TSTEXE 62 64 endif 63 65 tstVD_LIBS = $(LIB_DDU) $(LIB_RUNTIME) … … 65 67 tstVDCopy_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 66 68 tstVDSnap_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 69 tstVDShareable_LIBS = $(LIB_DDU) $(LIB_RUNTIME) 67 70 tstVD_SOURCES = tstVD.cpp 68 71 tstVD-2_SOURCES = tstVD-2.cpp 69 72 tstVDCopy_SOURCES = tstVDCopy.cpp 70 73 tstVDSnap_SOURCES = tstVDSnap.cpp 74 tstVDShareable_SOURCES = tstVDShareable.cpp 71 75 endif 72 76
Note:
See TracChangeset
for help on using the changeset viewer.