summaryrefslogtreecommitdiff
path: root/tests/fetcher
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-10 10:33:38 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-10 10:33:38 +0200
commita3cc8b970a24e1970275f0e8032bf6b221d3e235 (patch)
tree8f69aa22ef6abf18457db3d923fbb1feaf2c5a48 /tests/fetcher
parentdcc75cfbc4e5069038f0ec9929d1000f1630e382 (diff)
downloadcrawler-a3cc8b970a24e1970275f0e8032bf6b221d3e235.tar.gz
crawler-a3cc8b970a24e1970275f0e8032bf6b221d3e235.tar.bz2
libutil move and liblogger rename on Windows
Diffstat (limited to 'tests/fetcher')
-rwxr-xr-xtests/fetcher/Makefile.W323
-rw-r--r--tests/fetcher/run.cmd7
2 files changed, 9 insertions, 1 deletions
diff --git a/tests/fetcher/Makefile.W32 b/tests/fetcher/Makefile.W32
index fb33e07..b4e5128 100755
--- a/tests/fetcher/Makefile.W32
+++ b/tests/fetcher/Makefile.W32
@@ -23,7 +23,8 @@ INCLUDE_LIBS = \
$(TOPDIR)\src\modules\fetcher\winhttp\winhttpfetcher.lib \
WinHttp.lib \
$(TOPDIR)\src\modules\urlnormalizer\simpleurl\simpleurlnormalizerstatic.lib \
- $(TOPDIR)\src\libcrawler\crawlerstatic.lib
+ $(TOPDIR)\src\libcrawler\crawlerstatic.lib \
+ $(TOPDIR)\src\libutil\util.lib
TEST_CPP_BINS = \
test1.exe
diff --git a/tests/fetcher/run.cmd b/tests/fetcher/run.cmd
new file mode 100644
index 0000000..5b6b4b5
--- /dev/null
+++ b/tests/fetcher/run.cmd
@@ -0,0 +1,7 @@
+@echo off
+
+copy ..\..\src\libcrawler\crawler.dll . >NUL
+copy ..\..\src\liblogger\logger.dll . >NUL
+copy ..\..\src\libutil\util.dll . >NUL
+test1 %1 %2
+