Skip to content

Commit f080a0e

Browse files
committed
uVisor: importer: Copy uvisor-tests pointer
This enables mbed-os and uvisor-tests to stay synchronized.
1 parent 692d905 commit f080a0e

File tree

1 file changed

+2
-0
lines changed
  • features/FEATURE_UVISOR/importer

1 file changed

+2
-0
lines changed

features/FEATURE_UVISOR/importer/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ publish: TARGET_M3 TARGET_M4
111111
#
112112
# Updated list of authors, sorted by contributions
113113
git -C $(UVISOR_DIR) shortlog -s -n > $(TARGET_PREFIX)AUTHORS.txt
114+
# Updated version of uvisor-tests
115+
cp $(UVISOR_DIR)/tools/uvisor-tests.txt $(TARGET_PREFIX)uvisor-tests.txt
114116

115117
uvisor-compile: $(UVISOR_GIT_CFG)
116118
make -C $(UVISOR_DIR)

0 commit comments

Comments
 (0)