- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/testsuite-standard_options.at
rf821d6 r192f6e 18 18 AT_SETUP([Standard Options - no element database]) 19 19 AT_KEYWORDS([options]) 20 AT_CHECK([../../molecuilder -e], 255, [ignore], [stderr]) 21 AT_CHECK([fgrep "Not enough or invalid arguments" stderr], 0, [ignore], [ignore]) 20 AT_CHECK([../../molecuilder -e], 134, [ignore], [stderr]) 22 21 AT_CLEANUP 23 22 … … 30 29 Helium He 1 18 p 2 4.003 1.5 1.4 31 30 ]]) 32 AT_CHECK([../../molecuilder test.conf -e ./], 0, [stdout], [stderr])31 AT_CHECK([../../molecuilder -i test.conf -e ./], 0, [stdout], [stderr]) 33 32 AT_CHECK([grep -E "Using.*as elements database." stdout], 0, [ignore], [ignore]) 34 33 AT_CHECK([fgrep "Element list loaded successfully." stdout], 0, [ignore], [ignore]) … … 44 43 2 0. 0. 45 44 ]]) 46 AT_CHECK([../../molecuilder test.conf -g bondlength.db], 0, [stdout], [stderr])45 AT_CHECK([../../molecuilder -i test.conf -g bondlength.db], 0, [stdout], [stderr]) 47 46 AT_CHECK([grep -E "Using.*as bond length table." stdout], 0, [ignore], [ignore]) 48 47 AT_CLEANUP … … 51 50 AT_SETUP([Standard Options - fast trajectories]) 52 51 AT_KEYWORDS([options]) 53 AT_CHECK([../../molecuilder test.conf -n 1], 0, [stdout], [stderr])52 AT_CHECK([../../molecuilder -i test.conf -n 1], 0, [stdout], [stderr]) 54 53 AT_CHECK([fgrep "I won't parse trajectories" stdout], 0, [ignore], [ignore]) 55 54 AT_CLEANUP … … 58 57 AT_SETUP([Standard Options - molecule default name]) 59 58 AT_KEYWORDS([options]) 60 AT_CHECK([../../molecuilder test.conf -X test], 0, [stdout], [stderr])59 AT_CHECK([../../molecuilder -i test.conf -X test], 0, [stdout], [stderr]) 61 60 AT_CHECK([fgrep "Default name of new molecules set to test." stdout], 0, [ignore], [ignore]) 62 61 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.