Merge pull request #4205 from 0xc0170/fix_issue4196

tests: race test - add not supported for single threaded env
pull/4225/head
Jimmy Brisson 2017-04-24 10:57:53 -05:00 committed by GitHub
commit 79bf717491
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
#include "SingletonPtr.h"
#include <stdio.h>
#ifndef MBED_RTOS_SINGLE_THREAD
#error [NOT_SUPPORTED] test not supported for single threaded enviroment
#endif
using namespace utest::v1;
#define TEST_STACK_SIZE 1024