#include "unity_fixture.h"
|
|
|
|
|
|
static void RunAllTests(void)
|
|
{
|
|
|
|
RUN_TEST_GROUP(LedDriver);
|
|
|
|
}
|
|
|
|
|
|
int main(int argc, const char * argv[])
|
|
{
|
|
return UnityMain(argc, argv, RunAllTests);
|
|
}
|