mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Tests: Include mythread.h in the tests that use MYTHREAD_ENABLED.
This commit is contained in:
parent
14af758a77
commit
7dcabeec63
3 changed files with 3 additions and 0 deletions
|
@ -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 a new issue