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