Changeset 94971 in vbox
- Timestamp:
- May 9, 2022 5:32:49 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151382
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r94594 r94971 27 27 SUB_DEPTH = ../../../.. 28 28 include $(KBUILD_PATH)/subheader.kmk 29 30 ifdef VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING 31 # Include the Validation Kit configuration to make use of build templates needed for testcases to be included 32 # on the Validation Kit .ISO. 33 include $(PATH_ROOT)/src/VBox/ValidationKit/Config.kmk 34 endif 29 35 30 36 ifdef VBOX_WITH_TESTCASES … … 996 1002 ## @todo There might be a more elegant want of copying a target's stuff. Works for now. 997 1003 define def_unittest_valkit 998 $(unittest)_ValKit_TEMPLATE := VB OXR3TSTEXE_VALKIT1004 $(unittest)_ValKit_TEMPLATE := VBoxValidationKitR3TstExe 999 1005 $(unittest)_ValKit_SOURCES += $$($(unittest)_SOURCES) 1000 1006 $(unittest)_ValKit_SOURCES.x86 += $$($(unittest)_SOURCES.x86)
Note:
See TracChangeset
for help on using the changeset viewer.