Changeset 98169 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Jan 20, 2023 8:34:03 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155353
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/Makefile.kmk
r98128 r98169 35 35 PROGRAMS += tstVD tstVD-2 tstVDSnap tstVDFill 36 36 37 tstVD_TEMPLATE = VB OXR3TSTEXE37 tstVD_TEMPLATE = VBoxR3TstExe 38 38 tstVD_SOURCES = tstVD.cpp 39 39 tstVD_LIBS = $(LIB_DDU) 40 40 41 tstVD-2_TEMPLATE = VB OXR3TSTEXE41 tstVD-2_TEMPLATE = VBoxR3TstExe 42 42 tstVD-2_SOURCES = tstVD-2.cpp 43 43 tstVD-2_LIBS = $(LIB_DDU) 44 44 45 tstVDFill_TEMPLATE = VB OXR3TSTEXE45 tstVDFill_TEMPLATE = VBoxR3TstExe 46 46 tstVDFill_SOURCES = tstVDFill.cpp 47 47 tstVDFill_LIBS = $(LIB_DDU) … … 86 86 $(call TSTVDIO_GEN_TEST_MACRO,VDIoTests,%) \ 87 87 88 tstVDIo_TEMPLATE = VB OXR3TSTEXE88 tstVDIo_TEMPLATE = VBoxR3TstExe 89 89 tstVDIo_INCS := $(PATH_SUB_CURRENT) 90 90 … … 108 108 tstVDIo_CLEAN = \ 109 109 $(TSTVDIO_BUILTIN_TESTS_FILE) 110 tstVDSnap_TEMPLATE = VB OXR3TSTEXE110 tstVDSnap_TEMPLATE = VBoxR3TstExe 111 111 tstVDSnap_LIBS = $(LIB_DDU) 112 112 tstVDSnap_SOURCES = tstVDSnap.cpp
Note:
See TracChangeset
for help on using the changeset viewer.