Changes in / [0fb9f6:b13ea4]
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MapOfActions.cpp
r0fb9f6 rb13ea4 123 123 ShortFormMap["suspend-in-water"] = "U"; 124 124 ShortFormMap["translate-mol"] = "t"; 125 ShortFormMap["verbose"] = " V";125 ShortFormMap["verbose"] = "v"; 126 126 ShortFormMap["verlet-integrate"] = "P"; 127 ShortFormMap["version"] = " v";127 ShortFormMap["version"] = "V"; 128 128 129 129 // value types for the actions -
tests/testsuite.at
r0fb9f6 rb13ea4 11 11 AT_KEYWORDS([options]) 12 12 AT_CHECK([pwd],[ignore],[ignore]) 13 AT_CHECK([../../molecuilder -v ], 0, [stdout], [ignore])13 AT_CHECK([../../molecuilder -v 1], 0, [stdout], [ignore]) 14 14 AT_CHECK([fgrep olecuilder stdout], 0, [ignore], [ignore]) 15 15 AT_CHECK([../../molecuilder -h], 0, [stdout], [ignore]) … … 103 103 AT_KEYWORDS([graph]) 104 104 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 vv-D 2.], 0, [stdout], [stderr])105 AT_CHECK([../../molecuilder test.conf -e ${abs_top_srcdir}/src/ -v 3 -D 2.], 0, [stdout], [stderr]) 106 106 AT_CHECK([fgrep -c "No rings were detected in the molecular structure." stdout], 0, [1 107 107 ], [ignore])
Note:
See TracChangeset
for help on using the changeset viewer.