aboutsummaryrefslogtreecommitdiff
path: root/tests/lzma.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lzma.nim')
-rw-r--r--tests/lzma.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lzma.nim b/tests/lzma.nim
index 4f6c41a..1cc6aa0 100644
--- a/tests/lzma.nim
+++ b/tests/lzma.nim
@@ -8,6 +8,11 @@ const
static:
cDebug()
+ cSkipSymbol(@[
+ "PRIX8", "PRIX16", "PRIX32",
+ "PRIXLEAST8", "PRIXLEAST16", "PRIXLEAST32",
+ "PRIXFAST8"
+ ])
when defined(envTest):
setDefines(@["lzmaStd"])