Changeset 52b5ca
- Timestamp:
- May 18, 2016, 10:04:49 PM (9 years ago)
- Branches:
- CombiningParticlePotentialParsing
- Parents:
- 928f65
- git-author:
- Frederik Heber <heber@…> (03/09/16 12:00:45)
- git-committer:
- Frederik Heber <heber@…> (05/18/16 22:04:49)
- Location:
- tests/regression/Potential/SaveParsePotentials
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Potential/SaveParsePotentials/testsuite-potential-save-parse-potentials.at
r928f65 r52b5ca 27 27 --parse-potentials $file \ 28 28 --save-potentials harmonic_new.potentials], 0, [stdout], [ignore]) 29 AT_CHECK([diff $ file harmonic_new.potentials], 0, [ignore], [ignore])29 AT_CHECK([diff ${abs_top_srcdir}/tests/regression/Potential/SaveParsePotentials/post/$file harmonic_new.potentials], 0, [ignore], [ignore]) 30 30 31 31 AT_CLEANUP 32 33 AT_SETUP([Potential - save and parse large potential file]) 34 AT_KEYWORDS([potential parse-potentials save-potentials]) 35 36 file=bio.potentials 37 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Potential/SaveParsePotentials/pre/$file $file], 0) 38 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 39 AT_CHECK([../../molecuilder \ 40 --parse-potentials $file \ 41 --save-potentials harmonic_new.potentials], 0, [stdout], [ignore]) 42 AT_CHECK([diff ${abs_top_srcdir}/tests/regression/Potential/SaveParsePotentials/post/$file bio_new.potentials], 0, [ignore], [ignore]) 43 44 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.