Extend the run_output_test() function so we actually can pass command line parameters and so we can support different output files for the same test executable. Also provide some hints about what to do if a test fails (i.e. set VERBOSE=1).
5 lines
95 B
C
5 lines
95 B
C
#ifndef __parse_flags_h
|
|
#define __parse_flags_h
|
|
int parse_flags(int argc, char **argv);
|
|
#endif
|