From d08cc2ab171c062246fa44a21f54a577552ac647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Date: Sat, 2 Jun 2018 18:39:04 +0200 Subject: [PATCH] tests: Point pyboard.py to tools/cpboard.py This makes it possible to run-tests on the board itself. --- tests/pyboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pyboard.py b/tests/pyboard.py index 3a82f6a6a3..616773a313 120000 --- a/tests/pyboard.py +++ b/tests/pyboard.py @@ -1 +1 @@ -../tools/pyboard.py \ No newline at end of file +../tools/cpboard.py \ No newline at end of file