mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
Tests update
This commit is contained in:
@ -71,7 +71,8 @@ ifneq ("$(NO_RUN)","1")
|
||||
$(RUNNER_DEBUG_FLAG) \
|
||||
-p $(UPLOAD_PORT) \
|
||||
-n $(basename $(notdir $@)) \
|
||||
-o $(LOCAL_BUILD_DIR)/test_result.xml
|
||||
-o $(LOCAL_BUILD_DIR)/test_result.xml \
|
||||
`test -f $(addsuffix .py, $(basename $@)) && echo "-m $(addsuffix .py, $(basename $@))" || echo ""`
|
||||
endif
|
||||
|
||||
$(BUILD_DIR):
|
||||
|
Reference in New Issue
Block a user