Rtos API example

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 /*
00002  * Copyright (c) 2015 ARM Limited. All rights reserved.
00003  */
00004 
00005 #include "CppUTest/CommandLineTestRunner.h"
00006 #include "CppUTest/TestPlugin.h"
00007 #include "CppUTest/TestRegistry.h"
00008 #include "CppUTestExt/MockSupportPlugin.h"
00009 int main(int ac, char **av)
00010 {
00011     return CommandLineTestRunner::RunAllTests(ac, av);
00012 }
00013 
00014 IMPORT_TEST_GROUP(NS_NVM_HELPER);
00015