mmurdoch / arduinounit

ArduinoUnit is a unit testing framework for Arduino libraries
MIT License
394 stars 51 forks source link

Split tests in multiple files #67

Closed pBauma closed 6 years ago

pBauma commented 7 years ago

Is there a way to split the tests in multiple files and have one central point to start them from? It would make my testing code much cleaner.

wmacevoy commented 6 years ago

Yes, just declare them in multiple files. Test::run() will run them all.