fix testcase

This commit is contained in:
Christian Grothoff 2016-01-29 14:24:18 +01:00
parent 67bc16d9eb
commit ae45b7ac95
3 changed files with 44 additions and 2100 deletions

View File

@ -31,3 +31,15 @@ libtalerbank_la_LIBADD += -lgnurl
endif
endif
check_PROGRAMS = \
test_bank_api
TESTS = \
$(check_PROGRAMS)
test_bank_api_SOURCES = \
test_bank_api.c
test_bank_api_LDADD = \
libtalerbank.la \
$(top_builddir)/src/util/libtalerutil.la \
-lgnunetutil

View File

@ -395,7 +395,7 @@ TALER_BANK_fini (struct TALER_BANK_Context *ctx)
* @return the full URI to use with cURL
*/
char *
MAH_path_to_url (struct TALER_BANK_Context *h,
BAC_path_to_url (struct TALER_BANK_Context *h,
const char *path)
{
char *url;

File diff suppressed because it is too large Load Diff