Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers all_tests.c Source File

all_tests.c

00001 #include "unity_fixture.h"
00002 
00003 static void RunAllTests(void)
00004 {
00005   RUN_TEST_GROUP(ProductionCode);
00006   RUN_TEST_GROUP(ProductionCode2);
00007 }
00008 
00009 int main(int argc, const char * argv[])
00010 {
00011   return UnityMain(argc, argv, RunAllTests);
00012 }