summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-10-14 11:45:25 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-10-14 11:45:25 +0200
commit0fdd066c566564a786e9070fbfb82a0b70bd1790 (patch)
treeb72b410e27e28d666b21b09bf7d92006ada89550 /tests
parent7295d68532b4dafcc770d7810edba15e905425e9 (diff)
downloadcrawler-0fdd066c566564a786e9070fbfb82a0b70bd1790.tar.gz
crawler-0fdd066c566564a786e9070fbfb82a0b70bd1790.tar.bz2
adapted google url normlazier Lua binding for Windows
adapting cralwer to link work with Lua on windows (work in progress)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/url/Makefile.W324
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/url/Makefile.W32 b/tests/url/Makefile.W32
index 93e6494..b4d51b4 100755
--- a/tests/url/Makefile.W32
+++ b/tests/url/Makefile.W32
@@ -52,8 +52,8 @@ local_clean:
local_distclean:
local_test:
- @-copy "$(ICU_DIR)\bin\icuuc49.dll" . >NUL
- @-copy "$(ICU_DIR)\bin\icudt49.dll" . >NUL
+ @-copy "$(ICU_DIR)\bin\icuuc52d.dll" . >NUL
+ @-copy "$(ICU_DIR)\bin\icudt52.dll" . >NUL
@-for %%m in ( simple_urlnormalizer google_urlnormalizer ) do \
@echo Using URL normalizer '%m'.. & \
@exec_test test1 test1 "parse illegal protocol" %m parse www.andreasbaumann.cc & \