aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-10-15 23:04:23 -0500
committerGanesh Viswanathan <dev@genotrance.com>2019-10-15 23:04:23 -0500
commitc40b25d2a29c467121b515739b5f67f9c7774927 (patch)
tree2e7b2f0b33ffa8a5717e9747fc5d78efc3d235a7 /tests
parentf4d863d3ddb8ac8b6295476d33351e8db0e4d90a (diff)
downloadnimterop-c40b25d2a29c467121b515739b5f67f9c7774927.tar.gz
nimterop-c40b25d2a29c467121b515739b5f67f9c7774927.zip
Fix altNames behavior
Diffstat (limited to 'tests')
-rw-r--r--tests/zlib.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zlib.nim b/tests/zlib.nim
index 572580c..036b50c 100644
--- a/tests/zlib.nim
+++ b/tests/zlib.nim
@@ -29,7 +29,7 @@ getHeader(
giturl = "https://github.com/madler/zlib",
dlurl = "http://zlib.net/zlib-$1.tar.gz",
outdir = baseDir,
- altNames = "z"
+ altNames = "z,zlib"
)
cPlugin: