fix testcase
This commit is contained in:
parent
67bc16d9eb
commit
ae45b7ac95
@ -31,3 +31,15 @@ libtalerbank_la_LIBADD += -lgnurl
|
|||||||
endif
|
endif
|
||||||
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
|
||||||
|
@ -395,7 +395,7 @@ TALER_BANK_fini (struct TALER_BANK_Context *ctx)
|
|||||||
* @return the full URI to use with cURL
|
* @return the full URI to use with cURL
|
||||||
*/
|
*/
|
||||||
char *
|
char *
|
||||||
MAH_path_to_url (struct TALER_BANK_Context *h,
|
BAC_path_to_url (struct TALER_BANK_Context *h,
|
||||||
const char *path)
|
const char *path)
|
||||||
{
|
{
|
||||||
char *url;
|
char *url;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user