Add test_*_enabled to enable/disable tests

This commit is contained in:
Pim van Pelt
2019-01-03 21:37:58 +01:00
parent 031bd34655
commit 62ce68f2e0
4 changed files with 23 additions and 3 deletions

View File

@ -15,7 +15,8 @@ bool test_*_destroy();
And static variables named:
```
uint32_t test_*_period_ms;
uint32_t test_*_period_ms = 1000;
bool test_*_enabled = true;
```
Running `make` will then generate the test skeleton, recursively compile