Changes in tests/testsuite.at [6670a97:60f50a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/testsuite.at
r6670a97 r60f50a 11 11 AT_KEYWORDS([options]) 12 12 AT_CHECK([pwd],[ignore],[ignore]) 13 AT_CHECK([../../molecuilder -v 1], 0, [stdout], [ignore])13 AT_CHECK([../../molecuilder -v], 0, [stdout], [ignore]) 14 14 AT_CHECK([fgrep olecuilder stdout], 0, [ignore], [ignore]) 15 15 AT_CHECK([../../molecuilder -h], 0, [stdout], [ignore]) 16 16 AT_CHECK([fgrep "Give this help screen" stdout], 0, [ignore], [ignore]) 17 AT_CHECK([../../molecuilder -e], 134, [ignore], [stderr])17 AT_CHECK([../../molecuilder -e], 255, [ignore], [stderr]) 18 18 AT_CHECK([fgrep "Not enough or invalid arguments" stderr], 0, [ignore], [ignore]) 19 AT_CHECK([../../molecuilder test.conf], 0, [stdout], [stderr]) 20 AT_CHECK([fgrep "Element list loading failed" stdout], 0, [ignore], [ignore]) 19 21 AT_CLEANUP 20 22 … … 103 105 AT_KEYWORDS([graph]) 104 106 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/${AUTOTEST_PATH}/regression/Graph/1/pre/test.conf .], 0) 105 AT_CHECK([../../molecuilder test.conf -e ${abs_top_srcdir}/src/ -v 3-D 2.], 0, [stdout], [stderr])107 AT_CHECK([../../molecuilder test.conf -e ${abs_top_srcdir}/src/ -vvv -D 2.], 0, [stdout], [stderr]) 106 108 AT_CHECK([fgrep -c "No rings were detected in the molecular structure." stdout], 0, [1 107 109 ], [ignore])
Note:
See TracChangeset
for help on using the changeset viewer.