diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-08-04 11:59:12 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-08-04 11:59:12 +0000 |
commit | eb46a43bc014b1d5e151fc53996aef14c29fec55 (patch) | |
tree | 18d62e3c5d2c25ed63dc9d0b78a2b885ddc4ad63 | |
parent | aa338b48e4929af2609d758c054a585fc8e4c62e (diff) | |
download | libmicrohttpd-eb46a43bc014b1d5e151fc53996aef14c29fec55.tar.gz libmicrohttpd-eb46a43bc014b1d5e151fc53996aef14c29fec55.zip |
-follow test naming conventions
-rw-r--r-- | src/microhttpd/Makefile.am | 12 | ||||
-rw-r--r-- | src/microhttpd/test_str.c (renamed from src/microhttpd/unit_str_test.c) | 0 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am index 86c8879a..6cc40a87 100644 --- a/src/microhttpd/Makefile.am +++ b/src/microhttpd/Makefile.am | |||
@@ -141,8 +141,8 @@ endif | |||
141 | 141 | ||
142 | 142 | ||
143 | check_PROGRAMS = \ | 143 | check_PROGRAMS = \ |
144 | unit_str_compare \ | 144 | test_str_compare \ |
145 | unit_str_to_value \ | 145 | test_str_to_value \ |
146 | test_shutdown_select \ | 146 | test_shutdown_select \ |
147 | test_shutdown_poll \ | 147 | test_shutdown_poll \ |
148 | test_daemon | 148 | test_daemon |
@@ -208,8 +208,8 @@ test_shutdown_poll_LDADD = \ | |||
208 | $(PTHREAD_LIBS) | 208 | $(PTHREAD_LIBS) |
209 | endif | 209 | endif |
210 | 210 | ||
211 | unit_str_compare_SOURCES = \ | 211 | test_str_compare_SOURCES = \ |
212 | unit_str_test.c test_helpers.h mhd_str.c | 212 | test_str.c test_helpers.h mhd_str.c |
213 | 213 | ||
214 | unit_str_to_value_SOURCES = \ | 214 | test_str_to_value_SOURCES = \ |
215 | unit_str_test.c test_helpers.h mhd_str.c | 215 | test_str.c test_helpers.h mhd_str.c |
diff --git a/src/microhttpd/unit_str_test.c b/src/microhttpd/test_str.c index c6ba1690..c6ba1690 100644 --- a/src/microhttpd/unit_str_test.c +++ b/src/microhttpd/test_str.c | |||