mirror of https://github.com/ARMmbed/mbed-os.git
uVisor: importer: Copy uvisor-tests pointer
This enables mbed-os and uvisor-tests to stay synchronized.pull/4648/head
parent
692d9055b1
commit
f080a0ea6c
|
@ -111,6 +111,8 @@ publish: TARGET_M3 TARGET_M4
|
|||
#
|
||||
# Updated list of authors, sorted by contributions
|
||||
git -C $(UVISOR_DIR) shortlog -s -n > $(TARGET_PREFIX)AUTHORS.txt
|
||||
# Updated version of uvisor-tests
|
||||
cp $(UVISOR_DIR)/tools/uvisor-tests.txt $(TARGET_PREFIX)uvisor-tests.txt
|
||||
|
||||
uvisor-compile: $(UVISOR_GIT_CFG)
|
||||
make -C $(UVISOR_DIR)
|
||||
|
|
Loading…
Reference in New Issue