diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-12-21 12:20:33 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-12-21 12:20:33 -0600 |
| commit | 3fcc3b9526a8afe4c8caa75b15ad074dde6dc63c (patch) | |
| tree | 351bb055d46a94eff52c76987647cc2032ed8839 /tests/lzma.nim | |
| parent | 421bfdc53fd8f56e92827680253a6ddaaa53c8cf (diff) | |
| download | nimterop-issue75.tar.gz nimterop-issue75.zip | |
Fix #75 - support char and char* #definesissue75
Diffstat (limited to 'tests/lzma.nim')
| -rw-r--r-- | tests/lzma.nim | 5 |
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"]) |
