From 41f768f3f336678ad7735c24f6f2e7814acd1988 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 3 May 2014 16:43:27 +0100 Subject: tests: Add a suite of tests specifically for the pyboard. In tests/pyb is now a suite of tests that tests the pyb module on the pyboard. They include expected output files because we can't run CPython on the pyboard to compare against. run-tests script has now been updated to allow pyboard tests to be run. Just pass the option --pyboard. This runs all basic, float and pyb tests. Note that float/math-fun.py currently fails because not all math functions are implemented in stmhal/. --- tests/pyboard.py | 1 + 1 file changed, 1 insertion(+) create mode 120000 tests/pyboard.py (limited to 'tests/pyboard.py') diff --git a/tests/pyboard.py b/tests/pyboard.py new file mode 120000 index 000000000..3a82f6a6a --- /dev/null +++ b/tests/pyboard.py @@ -0,0 +1 @@ +../tools/pyboard.py \ No newline at end of file -- cgit v1.2.3