PandA-2024.02
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <assert.h>
#include "support.h"
Go to the source code of this file.
Macros | |
#define | WRITE_OUTPUT |
#define | CHECK_OUTPUT |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 14 of file harness.c.
References check_data(), data_to_output(), INPUT_SIZE, input_to_data(), NULL, output_to_data(), run_benchmark(), and test_panda::stderr.