Changeset 98416 in vbox for trunk/src/VBox/Additions/common/VBoxControl/testcase
- Timestamp:
- Feb 1, 2023 4:25:17 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/testcase/Makefile.kmk
r98169 r98416 31 31 if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) 32 32 33 #34 # Dummy CLI testcase.35 #36 PROGRAMS += tstVBoxControl37 tstVBoxControl_TEMPLATE = VBoxR3TstExe38 tstVBoxControl_DEFS= VBOX_CONTROL_TEST39 tstVBoxControl_SOURCES= tstVBoxControl.cpp ../VBoxControl.cpp40 tstVBoxControl_LIBS= $(LIB_RUNTIME)41 tstVBoxControl_DEFS+= \42 $(if $(VBOX_WITH_GUEST_PROPS),VBOX_WITH_GUEST_PROPS VBOX_WITH_HGCM,)33 # 34 # Dummy CLI testcase. 35 # 36 PROGRAMS += tstVBoxControl 37 tstVBoxControl_TEMPLATE = VBoxR3TstExe 38 tstVBoxControl_DEFS = VBOX_CONTROL_TEST 39 tstVBoxControl_SOURCES = tstVBoxControl.cpp ../VBoxControl.cpp 40 tstVBoxControl_LIBS = $(LIB_RUNTIME) 41 tstVBoxControl_DEFS += \ 42 $(if $(VBOX_WITH_GUEST_PROPS),VBOX_WITH_GUEST_PROPS VBOX_WITH_HGCM,) 43 43 44 44 endif # VBOX_WITH_TESTCASES
Note:
See TracChangeset
for help on using the changeset viewer.