summaryrefslogtreecommitdiff
path: root/tests/utils/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-15 13:05:40 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-15 13:05:40 +0200
commit1127e07a2a6d6b3c0cbd342396e6c8af7ee54040 (patch)
tree1c21fe3da449094d0d7860fe88dc9d6ce26b183d /tests/utils/Makefile.W32
parenta4c747472abc18e5fcb5a2e5caf7fe7ed1495027 (diff)
downloadcrawler-1127e07a2a6d6b3c0cbd342396e6c8af7ee54040.tar.gz
crawler-1127e07a2a6d6b3c0cbd342396e6c8af7ee54040.tar.bz2
added a directory scanner (Linux for now)
Diffstat (limited to 'tests/utils/Makefile.W32')
-rwxr-xr-xtests/utils/Makefile.W325
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/utils/Makefile.W32 b/tests/utils/Makefile.W32
index 55a681b..23fced4 100755
--- a/tests/utils/Makefile.W32
+++ b/tests/utils/Makefile.W32
@@ -23,7 +23,8 @@ TEST_CPP_BINS = \
test2.exe \
test3.exe \
test4.exe \
- test5.exe
+ test5.exe \
+ test6.exe
OBJS =
@@ -34,6 +35,7 @@ test2.exe: test2.obj
test3.exe: test3.obj
test4.exe: test4.obj
test5.exe: test5.obj
+test6.exe: test6.obj
local_all:
@@ -48,3 +50,4 @@ local_test:
@-exec_test test3 "Singleton"
@-exec_test test4 "StringUtils split"
@-exec_test test5 "StringUtils stringicasecmp"
+ @-exec_test test6 "FileUtils directory_entries"