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.
basic.cpp
00001 #include "TestHarness.h" 00002 00003 TEST_GROUP(FirstTestGroup) 00004 { 00005 }; 00006 00007 TEST(FirstTestGroup, FirstTest) 00008 { 00009 /* These checks are here to make sure assertions outside test runs don't crash */ 00010 CHECK(true); 00011 LONGS_EQUAL(1, 1); 00012 STRCMP_EQUAL("mbed SDK!", "mbed SDK!"); 00013 }
Generated on Tue Jul 12 2022 12:43:34 by
