Changeset 107077 in vbox
- Timestamp:
- Nov 21, 2024 10:03:38 AM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/installation/testcase/Makefile.kmk
r107076 r107077 30 30 31 31 if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK) 32 PROGRAMS += tstVBoxWinDrvInstInf33 TESTING += $(tstVBoxWinDrvInstInf_0_OUTDIR)/tstVBoxWinDrvInstInf.run32 PROGRAMS.win += tstVBoxWinDrvInstInf 33 TESTING.win += $(tstVBoxWinDrvInstInf_0_OUTDIR)/tstVBoxWinDrvInstInf.run 34 34 35 35 tstVBoxWinDrvInstInf_TEMPLATE = VBoxR3TstExe … … 48 48 49 49 # Install required INF files into testcase/ directory. 50 INSTALLS += tstVBoxWinDrvInstInfFiles50 INSTALLS.win += tstVBoxWinDrvInstInfFiles 51 51 tstVBoxWinDrvInstInfFiles_INST = $(INST_TESTCASE)inf/ 52 52 tstVBoxWinDrvInstInfFiles_SOURCES := $(wildcard $(PATH_SUB_CURRENT)/inf/*.inf) … … 57 57 $(QUIET)$(APPEND) -t "$@" "done" 58 58 59 OTHERS += $(tstVBoxWinDrvInstInf_0_OUTDIR)/tstVBoxWinDrvInstInf.run59 OTHERS.win += $(tstVBoxWinDrvInstInf_0_OUTDIR)/tstVBoxWinDrvInstInf.run 60 60 61 61 endif
Note:
See TracChangeset
for help on using the changeset viewer.