summaryrefslogtreecommitdiff
path: root/runner/resultgen.h
blob: 83a0876b3a47564631830e3b6ca48c61c665b885 (plain)
1
2
3
4
5
6
7
8
9
#ifndef RUNNER_RESULTGEN_H
#define RUNNER_RESULTGEN_H

#include <stdbool.h>

bool generate_results(int dirfd);
bool generate_results_path(char *resultspath);

#endif