Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
AllTests.c
00001 //- Copyright (c) 2010 James Grenning and Contributed to Unity Project 00002 /* ========================================== 00003 Unity Project - A Test Framework for C 00004 Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams 00005 [Released under MIT License. Please refer to license.txt for details] 00006 ========================================== */ 00007 00008 #include "unity_fixture.h" 00009 00010 static void runAllTests(void) 00011 { 00012 RUN_TEST_GROUP(UnityFixture); 00013 RUN_TEST_GROUP(UnityCommandOptions); 00014 RUN_TEST_GROUP(LeakDetection); 00015 RUN_TEST_GROUP(InternalMalloc); 00016 } 00017 00018 int main(int argc, const char* argv[]) 00019 { 00020 return UnityMain(argc, argv, runAllTests); 00021 } 00022
Generated on Mon Aug 29 2022 19:53:37 by
