Go to the source code of this file.
|
| int | main (int argc, char **argv) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 32 of file forkexec.c.
41 if ( ( argc > 1 ) && ( strcmp( argv[1],
"xxx" ) == 0 ) ) {
49 if (!
quiet) printf(
"Test fork/exec/PAPI_init\n");
60 if ( execlp( argv[0], argv[0],
"xxx", NULL ) == -1 ) {
66 if ( WEXITSTATUS(
status ) != 0 ) {
void test_pass(const char *filename)
int PAPI_library_init(int version)
int tests_quiet(int argc, char **argv)
void test_fail(const char *file, int line, const char *call, int retval)