Add static linking to legacy tests
This commit is contained in:
parent
91ffc8d256
commit
4c0540da1c
@ -20,6 +20,7 @@
|
|||||||
#include <stdlib.h> /* malloc, free */
|
#include <stdlib.h> /* malloc, free */
|
||||||
#include <stdio.h> /* fprintf */
|
#include <stdio.h> /* fprintf */
|
||||||
#include <string.h> /* strlen */
|
#include <string.h> /* strlen */
|
||||||
|
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_decompressBound */
|
||||||
#include "zstd.h"
|
#include "zstd.h"
|
||||||
#include "zstd_errors.h"
|
#include "zstd_errors.h"
|
||||||
|
|
||||||
@ -136,10 +137,6 @@ static int testFrameDecoding(void)
|
|||||||
DISPLAY("ERROR: ZSTD_decompressBound: Expected to receive ZSTD_CONTENTSIZE_ERROR\n");
|
DISPLAY("ERROR: ZSTD_decompressBound: Expected to receive ZSTD_CONTENTSIZE_ERROR\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
if (ZSTD_findFrameCompressedSize(COMPRESSED) != COMPRESSED_SIZE) {
|
|
||||||
DISPLAY("ERROR: ZSTD_findFrameCompressedSize: Expected to receive %d\n", COMPRESSED_SIZE);
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
DISPLAY("Frame Decoding OK\n");
|
DISPLAY("Frame Decoding OK\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user