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