summaryrefslogtreecommitdiff
path: root/tests/utils/GNUmakefile
diff options
context:
space:
mode:
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"