blob: 6fe3ef24dc7b72cd5528b8aaa260c39ca1f67646 [file] [log] [blame]
#include "test_dial_data.h"
#include "test_url_lib.h"
#include <stdio.h>
int main(int argc, char** argv) {
printf("====\n");
test_smartstrcat();
test_urldecode();
test_parse_app_name();
test_parse_params();
printf("====\n");
test_read_dial_data();
test_write_dial_data();
printf("====\n");
return 0;
}