drivers icon indicating copy to clipboard operation
drivers copied to clipboard

Tests

Open deadprogram opened this issue 6 years ago • 3 comments
trafficstars

We need to have a way to run tests against these drivers...

deadprogram avatar Feb 07 '19 08:02 deadprogram

If we were to run "smoke" tests by building the example for each driver, what would be the best way to do this? Download the latest released pre-built binary version of TinyGo from https://github.com/tinygo-org/tinygo/releases or build a dev version from source, or ?

deadprogram avatar Mar 11 '19 14:03 deadprogram

I think downloading the release is both faster and more reliable.

aykevl avatar Mar 11 '19 15:03 aykevl

I have implemented the build of one example per driver as a smoke test. Build is located here: https://circleci.com/gh/tinygo-org/drivers

I will leave this issue open, as we still need more automated tests, this is just a starting point.

deadprogram avatar Apr 22 '19 20:04 deadprogram