diff options
Diffstat (limited to 'src/testcurl/Makefile.am')
-rw-r--r-- | src/testcurl/Makefile.am | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am index 34590e8f..0e23f251 100644 --- a/src/testcurl/Makefile.am +++ b/src/testcurl/Makefile.am | |||
@@ -185,7 +185,11 @@ check_PROGRAMS += \ | |||
185 | test_digestauth2_userhash_userdigest \ | 185 | test_digestauth2_userhash_userdigest \ |
186 | test_digestauth2_sha256_userdigest \ | 186 | test_digestauth2_sha256_userdigest \ |
187 | test_digestauth2_oldapi2_sha256_userdigest \ | 187 | test_digestauth2_oldapi2_sha256_userdigest \ |
188 | test_digestauth2_sha256_userhash_userdigest | 188 | test_digestauth2_sha256_userhash_userdigest \ |
189 | test_digestauth2_bind_all \ | ||
190 | test_digestauth2_bind_uri \ | ||
191 | test_digestauth2_oldapi1_bind_all \ | ||
192 | test_digestauth2_oldapi1_bind_uri | ||
189 | endif | 193 | endif |
190 | 194 | ||
191 | if HEAVY_TESTS | 195 | if HEAVY_TESTS |
@@ -343,6 +347,18 @@ test_digestauth2_oldapi2_sha256_userdigest_SOURCES = \ | |||
343 | test_digestauth2_sha256_userhash_userdigest_SOURCES = \ | 347 | test_digestauth2_sha256_userhash_userdigest_SOURCES = \ |
344 | test_digestauth2.c mhd_has_param.h mhd_has_in_name.h | 348 | test_digestauth2.c mhd_has_param.h mhd_has_in_name.h |
345 | 349 | ||
350 | test_digestauth2_bind_all_SOURCES = \ | ||
351 | test_digestauth2.c mhd_has_param.h mhd_has_in_name.h | ||
352 | |||
353 | test_digestauth2_bind_uri_SOURCES = \ | ||
354 | test_digestauth2.c mhd_has_param.h mhd_has_in_name.h | ||
355 | |||
356 | test_digestauth2_oldapi1_bind_all_SOURCES = \ | ||
357 | test_digestauth2.c mhd_has_param.h mhd_has_in_name.h | ||
358 | |||
359 | test_digestauth2_oldapi1_bind_uri_SOURCES = \ | ||
360 | test_digestauth2.c mhd_has_param.h mhd_has_in_name.h | ||
361 | |||
346 | test_get_iovec_SOURCES = \ | 362 | test_get_iovec_SOURCES = \ |
347 | test_get_iovec.c mhd_has_in_name.h | 363 | test_get_iovec.c mhd_has_in_name.h |
348 | 364 | ||