From 5d1cc5713c08a33f611901bd0538008202dfb6c4 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Tue, 11 Sep 2018 16:58:20 +0200 Subject: [PATCH] tests/bench_runtime_coreapis: remove unnecessary test target --- tests/bench_runtime_coreapis/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/bench_runtime_coreapis/Makefile b/tests/bench_runtime_coreapis/Makefile index 14f75fd6b7..aafb9538b5 100644 --- a/tests/bench_runtime_coreapis/Makefile +++ b/tests/bench_runtime_coreapis/Makefile @@ -7,6 +7,3 @@ USEMODULE += benchmark TEST_ON_CI_WHITELIST += all include $(RIOTBASE)/Makefile.include - -test: - tests/01-run.py -- GitLab