mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4205 from 0xc0170/fix_issue4196
tests: race test - add not supported for single threaded envpull/4225/head
commit
79bf717491
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue