Changeset 57532 in vbox for trunk/src/VBox/Storage/testcase/Makefile.kmk
- Timestamp:
- Aug 25, 2015 10:41:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/Makefile.kmk
r57531 r57532 23 23 # 24 24 ifdef VBOX_WITH_TESTCASES 25 PROGRAMS += tstVD tstVD-2 tstVD Copy tstVDSnap tstVDShareable25 PROGRAMS += tstVD tstVD-2 tstVDSnap 26 26 27 27 tstVD_TEMPLATE = VBOXR3TSTEXE … … 105 105 endif 106 106 107 tstVDSetUuid_TEMPLATE = VBOXR3TSTEXE108 tstVDSetUuid_LIBS = $(LIB_DDU)109 110 tstVDShareable_TEMPLATE = VBOXR3TSTEXE111 tstVDShareable_LIBS = $(LIB_DDU)112 tstVDShareable_SOURCES = tstVDShareable.cpp113 114 107 tstVDSnap_TEMPLATE = VBOXR3TSTEXE 115 108 tstVDSnap_LIBS = $(LIB_DDU)
Note:
See TracChangeset
for help on using the changeset viewer.