Skip to content
Snippets Groups Projects
Commit 93ffd153 authored by Timur Safin's avatar Timur Safin Committed by Kirill Yukhin
Browse files

test: make uri_parser.test tap-compatible

Part of #7618

NO_DOC=internal
NO_CHANGELOG=internal
parent 62aed2cf
No related branches found
No related tags found
No related merge requests found
#include "unit.h"
#include "uri/uri.h"
#include <string.h>
#define UNIT_TAP_COMPATIBLE 1
#include "unit.h"
int
test(const char *s, const char *scheme, const char *login, const char *password,
const char *host, const char *service, const char *path,
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment