From f080a0ea6c62db5feecaf00bfa2b0507c3173b0e Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Tue, 27 Jun 2017 14:31:54 +0100 Subject: [PATCH] uVisor: importer: Copy uvisor-tests pointer This enables mbed-os and uvisor-tests to stay synchronized. --- features/FEATURE_UVISOR/importer/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/FEATURE_UVISOR/importer/Makefile b/features/FEATURE_UVISOR/importer/Makefile index 1d38507628..a52410389c 100644 --- a/features/FEATURE_UVISOR/importer/Makefile +++ b/features/FEATURE_UVISOR/importer/Makefile @@ -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)