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