Changeset 79091 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 11, 2019 3:15:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/Config.kmk
r79067 r79091 175 175 $(eval name:=$(basename $(notdir $(py)))) 176 176 177 pylint: :$(name)-py-phony.o177 pylint: $(name)-py-phony.o 178 178 $(name).o: $(name)-py-phony.o 179 179 $(PATH_TARGET)/pylint/$(name).o $(name)-py-phony.o:: $(py) | $(PATH_TARGET)/pylint/ … … 186 186 187 187 ifn1of ($(py),$(VBOX_VALIDATIONKIT_PYUNITTEST_EXCLUDE)) 188 pyunittest: :$(name)-pyunittest.o188 pyunittest: $(name)-pyunittest.o 189 189 $(PATH_TARGET)/pyunittest/$(name).o $(name)-pyunittest.o:: $(py) | $(PATH_TARGET)/pyunittest/ 190 190 $(QUIET2)$(call MSG_L1,Unittesting Python source $(py)...)
Note:
See TracChangeset
for help on using the changeset viewer.