A spec runner for PlaceOS drivers.
To test the spec runner: ./test
See here for further detail on developing the interface.
To spin up the test harness in your browser, follow the steps here.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request