summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index e9e52dc..b4ea242 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -126,6 +126,10 @@ RUNTIME_TARGETS= \
126 test_strncpy_static_write \ 126 test_strncpy_static_write \
127 test_strrchr_dynamic_read \ 127 test_strrchr_dynamic_read \
128 test_strrchr_static_read \ 128 test_strrchr_static_read \
129 test_swab_dynamic_read \
130 test_swab_dynamic_write \
131 test_swab_overwrite_over \
132 test_swab_static_read \
129 test_ttyname_r_dynamic \ 133 test_ttyname_r_dynamic \
130 test_ttyname_r_static \ 134 test_ttyname_r_static \
131 test_umask \ 135 test_umask \