tests: run circuitpython tests during make test

.. there are none that aren't skipped now, but it'll change
This commit is contained in:
Jeff Epler 2021-11-12 17:06:44 -06:00
parent 1c73e2e466
commit 010a822b8c
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -819,6 +819,7 @@ the last matching regex is used:
if args.test_dirs is None:
test_dirs = (
"basics",
"circuitpython",
"micropython",
"misc",
"extmod",