summaryrefslogtreecommitdiff
path: root/tests/utils/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-15 11:35:06 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-15 11:35:06 +0200
commita4c747472abc18e5fcb5a2e5caf7fe7ed1495027 (patch)
tree17459d0c911a62725681a943de8db2159665171b /tests/utils/GNUmakefile
parenta5645f8dc580ec51c75e296e53b484440f40683e (diff)
downloadcrawler-a4c747472abc18e5fcb5a2e5caf7fe7ed1495027.tar.gz
crawler-a4c747472abc18e5fcb5a2e5caf7fe7ed1495027.tar.bz2
added a test for stringicasecmp
Diffstat (limited to 'tests/utils/GNUmakefile')
-rwxr-xr-xtests/utils/GNUmakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/utils/GNUmakefile b/tests/utils/GNUmakefile
index 1ab17e8..af51da7 100755
--- a/tests/utils/GNUmakefile
+++ b/tests/utils/GNUmakefile
@@ -16,7 +16,8 @@ TEST_CPP_BINS = \
test1$(EXE) \
test2$(EXE) \
test3$(EXE) \
- test4$(EXE)
+ test4$(EXE) \
+ test5$(EXE)
OBJS =
@@ -34,3 +35,4 @@ local_test:
@./exec_test test2 "TypeInfo C++ demangle"
@./exec_test test3 "Singleton"
@./exec_test test4 "StringUtils split"
+ @./exec_test test5 "StringUtils stringicasecmp"