Changeset 8efcf4 for tests/regression
- Timestamp:
- Jul 5, 2017, 7:43:00 PM (8 years ago)
- Branches:
- ForceAnnealing_oldresults, IndependentFragmentGrids_IntegrationTest
- Children:
- 8ab061f
- Parents:
- effdea
- git-author:
- Frederik Heber <frederik.heber@…> (05/18/17 19:10:25)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/05/17 19:43:00)
- Location:
- tests/regression/Molecules/RotateAroundBond
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Molecules/RotateAroundBond/testsuite-molecules-rotate-around-bond.at
reffdea r8efcf4 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.