Go to the source code of this file.
Defines | |
#define | PRINT(cmd) printf(#cmd"\n"); cmd; printf("\n"); |
Functions | |
int | main (int argc, char **argv) |
TEST (SearchParamTest, search_test_A) | |
Variables | |
static int | argc_ |
static char ** | argv_ |
#define PRINT | ( | cmd | ) | printf(#cmd"\n"); cmd; printf("\n"); |
Definition at line 36 of file test_search_param.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 56 of file test_search_param.cpp.
TEST | ( | SearchParamTest | , |
search_test_A | |||
) |
Definition at line 38 of file test_search_param.cpp.
int argc_ [static] |
Definition at line 33 of file test_search_param.cpp.
char** argv_ [static] |
Definition at line 34 of file test_search_param.cpp.