-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to run tests? #23
Comments
They're associated with the ide you just got working... You can click the load button and you'll see them listed. |
this is what happens when I try to flash the tests:
The reason is that the filepath length is too long. So, I have to move the |
test_neopixel_webserver.js rename to tst_neopixel_wbsrvr.js would fix it |
...that isn't the only filename that's too long. I can certainly shorten the filenames to flash, but I'm mainly curious if others were able to flash as-is. |
I saw the same error, but I didn't pay attention to it since it didn't halt the make process... |
There are two separate dirs full of tests; one in
filesystem/tests/
andtests/
. I'm not sure how to run them.The text was updated successfully, but these errors were encountered: