| 
            Last change
 on this file since 255d13 was             1ddebb, checked in by Frederik Heber <heber@…>, 18 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
           | 
        
      
      
| Rev | Line |   | 
|---|
| [1ddebb] | 1 | # Process with autom4te to create an -*- Autotest -*- test suite.
 | 
|---|
 | 2 | 
 | 
|---|
 | 3 | 
 | 
|---|
 | 4 | AT_INIT([Parallel Car Parrinello])
 | 
|---|
 | 5 | 
 | 
|---|
 | 6 | # Checking if command line options are parsed correctly
 | 
|---|
 | 7 | AT_BANNER([PCP - standard options])
 | 
|---|
 | 8 | AT_SETUP([Standard Options])
 | 
|---|
 | 9 | AT_CHECK([pwd],[ignore],[ignore])
 | 
|---|
 | 10 | AT_CHECK([../../pcp], 1, [ignore], [Did not specify a main parameter file.
 | 
|---|
 | 11 | ])
 | 
|---|
 | 12 | AT_CHECK([../../pcp -h], 0, [ignore], [ignore])
 | 
|---|
 | 13 | AT_CHECK([../../pcp -F test.forces], 1, [ignore], [stderr])
 | 
|---|
 | 14 | AT_CHECK([fgrep test.forces stderr], 0, [Recognized forces file 'test.forces' with length 11.
 | 
|---|
 | 15 | Stored CallOptions->ForcesFile: test.forces
 | 
|---|
 | 16 | ], [ignore])
 | 
|---|
 | 17 | AT_CLEANUP
 | 
|---|
 | 18 | 
 | 
|---|
 | 19 | 
 | 
|---|
 | 20 | 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.