Tests: Include mythread.h in the tests that use MYTHREAD_ENABLED.

This commit is contained in:
Lasse Collin 2022-10-05 16:20:47 +03:00
parent 14af758a77
commit 7dcabeec63
3 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@
///////////////////////////////////////////////////////////////////////////////
#include "tests.h"
#include "mythread.h"
// These must be specified as numbers so that the test works on EBCDIC

View File

@ -15,6 +15,7 @@
///////////////////////////////////////////////////////////////////////////////
#include "tests.h"
#include "mythread.h"
static void

View File

@ -11,6 +11,7 @@
///////////////////////////////////////////////////////////////////////////////
#include "tests.h"
#include "mythread.h"
#define MEMLIMIT_TOO_LOW 1234U