127d3936fSVaclav Hapla 227d3936fSVaclav Hapla static char help[] = "Tests options file parsing.\n\n"; 327d3936fSVaclav Hapla 427d3936fSVaclav Hapla #include <petscsys.h> 527d3936fSVaclav Hapla #include <petscviewer.h> 627d3936fSVaclav Hapla 727d3936fSVaclav Hapla int main(int argc,char **argv) 827d3936fSVaclav Hapla { 9df576f88SBarry Smith /* this is listed first so that it gets into the database before the errors are created */ 10df576f88SBarry Smith PetscCall(PetscOptionsSetValue(NULL,"-error_output_stdout",NULL)); 11*327415f7SBarry Smith PetscFunctionBeginUser; 12b8abcfdeSJacob Faibussowitsch PetscCall(PetscInitialize(&argc,&argv,"ex54options",help)); 13b8abcfdeSJacob Faibussowitsch PetscCall(PetscFinalize()); 14b8abcfdeSJacob Faibussowitsch return 0; 1527d3936fSVaclav Hapla } 1627d3936fSVaclav Hapla 1727d3936fSVaclav Hapla /*TEST 1827d3936fSVaclav Hapla 1927d3936fSVaclav Hapla test: 2027d3936fSVaclav Hapla suffix: 0 2127d3936fSVaclav Hapla localrunfiles: ex54options 2227d3936fSVaclav Hapla args: -options_left 0 -options_view 23660278c0SBarry Smith 2427d3936fSVaclav Hapla testset: 2527d3936fSVaclav Hapla args: -options_left 0 -options_view 2627d3936fSVaclav Hapla test: 2727d3936fSVaclav Hapla suffix: 1 2827d3936fSVaclav Hapla localrunfiles: ex54options ex54options_1a_wrong ex54options_1b_wrong ex54options_1c_wrong ex54options_1d_wrong ex54options_1e_wrong ex54options_1f_wrong ex54options_1g_wrong 2927d3936fSVaclav Hapla args: -options_file {{ex54options_1a_wrong ex54options_1b_wrong ex54options_1c_wrong ex54options_1d_wrong ex54options_1e_wrong ex54options_1f_wrong ex54options_1g_wrong}separate output} 3023eca7e2SStefano Zampini # Some machines use the fullpath in the program name, so filter with " ex54options" and not "ex54options" 31660278c0SBarry Smith filter: Error: egrep " ex54options" 3227d3936fSVaclav Hapla test: 3327d3936fSVaclav Hapla suffix: 1_options_file-ex54options_1h 3427d3936fSVaclav Hapla localrunfiles: ex54options ex54options_1h 3527d3936fSVaclav Hapla args: -options_file ex54options_1h 3627d3936fSVaclav Hapla 3727d3936fSVaclav Hapla TEST*/ 38