Changeset d5c1c8 for tests/regression
- Timestamp:
- May 18, 2017, 8:04:50 PM (8 years ago)
- Branches:
- ForceAnnealing_goodresults, ForceAnnealing_tocheck
- Children:
- c5bd60c
- Parents:
- df855a
- git-author:
- Frederik Heber <frederik.heber@…> (05/18/17 19:10:25)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/18/17 20:04:50)
- Location:
- tests/regression/Molecules/RotateAroundBond
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at
rdf855a rd5c1c8 86 86 87 87 AT_CLEANUP 88 89 AT_SETUP([Molecules - Rotate around bond on almost complete cycle]) 90 AT_KEYWORDS([molecules rotate-around-bond]) 91 92 file=benzene_90degree.pdb 93 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Molecules/RotateAroundBond/pre/benzene.pdb $file], 0) 94 AT_CHECK([chmod u+w $file], 0) 95 AT_CHECK([../../molecuilder -i $file --select-atom-by-order -1 -6 --remove-atom --select-atom-by-id 3 5 --rotate-around-bond 90.], 0, [stdout], [stderr]) 96 AT_CHECK([diff -I '.*reated by molecuilder.*' $file ${abs_top_srcdir}/tests/regression/Molecules/RotateAroundBond/post/$file], 0, [ignore], [ignore]) 97 98 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.