mirror of https://git.tukaani.org/xz.git
Tests: Include mythread.h in the tests that use MYTHREAD_ENABLED.
This commit is contained in:
parent
14af758a77
commit
7dcabeec63
|
@ -12,6 +12,7 @@
|
|||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "tests.h"
|
||||
#include "mythread.h"
|
||||
|
||||
|
||||
// These must be specified as numbers so that the test works on EBCDIC
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "tests.h"
|
||||
#include "mythread.h"
|
||||
|
||||
|
||||
static void
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "tests.h"
|
||||
#include "mythread.h"
|
||||
|
||||
|
||||
#define MEMLIMIT_TOO_LOW 1234U
|
||||
|
|
Loading…
Reference in New Issue