Modify restconf tests to run for both evhtp and fcgi: , curl -sik, etc
This commit is contained in:
parent
126cc209f4
commit
3af184c655
37 changed files with 340 additions and 274 deletions
|
|
@ -86,11 +86,11 @@ APPSRC =
|
|||
APPSRC += restconf_api.c # maybe empty
|
||||
APPSRC += restconf_api_$(with_restconf).c # cant be .so since libevhtp is a.
|
||||
APPSRC += restconf_err.c
|
||||
APPSRC += restconf_root.c
|
||||
APPSRC += restconf_$(with_restconf)_main.c
|
||||
APPSRC += restconf_methods.c
|
||||
APPSRC += restconf_methods_post.c
|
||||
APPSRC += restconf_methods_get.c
|
||||
APPSRC += restconf_root.c
|
||||
APPSRC += restconf_main_$(with_restconf).c
|
||||
|
||||
# Fcgi-specific source including main
|
||||
ifeq ($(with_restconf),fcgi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue