From b469cedd6d376b00366bed70bd8cd2ee73c9420d Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser <kaspar@schleiser.de> Date: Wed, 20 Jul 2016 20:18:43 +0200 Subject: [PATCH] tests: pkg_micro-ecc: fix application name to avoid clash with pkg --- tests/pkg_micro-ecc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pkg_micro-ecc/Makefile b/tests/pkg_micro-ecc/Makefile index 4e0a9aae58..67d3afff75 100644 --- a/tests/pkg_micro-ecc/Makefile +++ b/tests/pkg_micro-ecc/Makefile @@ -1,4 +1,4 @@ -APPLICATION = micro-ecc +APPLICATION = pkg_micro-ecc include ../Makefile.tests_common FEATURES_REQUIRED = periph_hwrng -- GitLab