# Process with autom4te to create an -*- Autotest -*- test suite. AT_INIT([Parallel Car Parrinello]) # Checking if command line options are parsed correctly AT_BANNER([PCP - standard options]) AT_SETUP([Standard Options]) AT_CHECK([pwd],[ignore],[ignore]) AT_CHECK([../../pcp], 1, [ignore], [Did not specify a main parameter file. ]) AT_CHECK([../../pcp -h], 0, [ignore], [ignore]) AT_CHECK([../../pcp -F test.forces], 1, [ignore], [stderr]) AT_CHECK([fgrep test.forces stderr], 0, [Recognized forces file 'test.forces' with length 11. Stored CallOptions->ForcesFile: test.forces ], [ignore]) AT_CLEANUP