source: pcp/tests/testsuite.at@ 02911f

Last change on this file since 02911f was e08f45, checked in by Frederik Heber <heber@…>, 17 years ago

Merge branch 'ConcaveHull' of ../espack2 into ConcaveHull

Conflicts:

molecuilder/src/boundary.cpp
molecuilder/src/boundary.hpp
molecuilder/src/builder.cpp
molecuilder/src/linkedcell.cpp
molecuilder/src/linkedcell.hpp
molecuilder/src/vector.cpp
molecuilder/src/vector.hpp
util/src/NanoCreator.c

Basically, this resulted from a lot of conversions two from spaces to one tab, which is my standard indentation. The mess was caused by eclipse auto-indenting. And in espack2:ConcaveHull was the new stuff, so all from ConcaveHull was replaced in case of doubt.
Additionally, vector had ofstream << operator instead ostream << ...

  • Property mode set to 100755
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.