summaryrefslogtreecommitdiff
path: root/tests/utils/GNUmakefile
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/GNUmakefile
parenta4c747472abc18e5fcb5a2e5caf7fe7ed1495027 (diff)
downloadcrawler-1127e07a2a6d6b3c0cbd342396e6c8af7ee54040.tar.gz
crawler-1127e07a2a6d6b3c0cbd342396e6c8af7ee54040.tar.bz2
added a directory scanner (Linux for now)
Diffstat (limited to 'tests/utils/GNUmakefile')
-rwxr-xr-xtests/utils/GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/utils/GNUmakefile b/tests/utils/GNUmakefile
index af51da7..9e34155 100755
--- a/tests/utils/GNUmakefile
+++ b/tests/utils/GNUmakefile
@@ -17,7 +17,8 @@ TEST_CPP_BINS = \
test2$(EXE) \
test3$(EXE) \
test4$(EXE) \
- test5$(EXE)
+ test5$(EXE) \
+ test6$(EXE)
OBJS =
@@ -36,3 +37,5 @@ local_test:
@./exec_test test3 "Singleton"
@./exec_test test4 "StringUtils split"
@./exec_test test5 "StringUtils stringicasecmp"
+ @./exec_test test6 "FileUtils directory_entries"
+