From eec37975d5870d9f148cd41bb4016f1509d91d96 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Mon, 24 Jan 2022 14:29:02 +0100 Subject: [PATCH] examples/twr_aloha: change test to tests-with-config Test can only run on dwm1001 BOARDs. --- examples/twr_aloha/README.md | 2 +- examples/twr_aloha/{tests => tests-with-config}/01-run.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/twr_aloha/{tests => tests-with-config}/01-run.py (100%) diff --git a/examples/twr_aloha/README.md b/examples/twr_aloha/README.md index f5d16ee437..32e11a4739 100644 --- a/examples/twr_aloha/README.md +++ b/examples/twr_aloha/README.md @@ -141,7 +141,7 @@ Pre-Requisites: A basic automatic test for the provided shell is included, run with: ```shell -$ make -C examples/twr_aloha flash test +$ make -C examples/twr_aloha flash test-with-config ``` The application provides a `ShellInteraction` that can be used for diff --git a/examples/twr_aloha/tests/01-run.py b/examples/twr_aloha/tests-with-config/01-run.py similarity index 100% rename from examples/twr_aloha/tests/01-run.py rename to examples/twr_aloha/tests-with-config/01-run.py