1
0
Fork 0
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:
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