source: pcp/tests/testsuite.at@ e936b3

non_adaptive_molecuilder
Last change on this file since e936b3 was 1ddebb, checked in by Frederik Heber <heber@…>, 17 years ago

forgot to commit the actual autotest files listed during last commit, that make "make check" work.

  • Property mode set to 100644
File size: 610 bytes
Line 
1# Process with autom4te to create an -*- Autotest -*- test suite.
2
3
4AT_INIT([Parallel Car Parrinello])
5
6# Checking if command line options are parsed correctly
7AT_BANNER([PCP - standard options])
8AT_SETUP([Standard Options])
9AT_CHECK([pwd],[ignore],[ignore])
10AT_CHECK([../../pcp], 1, [ignore], [Did not specify a main parameter file.
11])
12AT_CHECK([../../pcp -h], 0, [ignore], [ignore])
13AT_CHECK([../../pcp -F test.forces], 1, [ignore], [stderr])
14AT_CHECK([fgrep test.forces stderr], 0, [Recognized forces file 'test.forces' with length 11.
15Stored CallOptions->ForcesFile: test.forces
16], [ignore])
17AT_CLEANUP
18
19
20
Note: See TracBrowser for help on using the repository browser.