Changeset 9b0dcd for tests/regression/Potential/GeneratePotentials
- Timestamp:
- May 19, 2021, 7:06:29 PM (4 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 20fc6f
- Parents:
- c98620
- git-author:
- Frederik Heber <frederik.heber@…> (05/19/21 19:03:24)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/19/21 19:06:29)
- Location:
- tests/regression/Potential/GeneratePotentials
- Files:
-
- 1 added
- 1 edited
-
post/water_restricted.potentials (added)
-
testsuite-potential-generate-potentials.at (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Potential/GeneratePotentials/testsuite-potential-generate-potentials.at
rc98620 r9b0dcd 32 32 33 33 AT_CLEANUP 34 35 AT_SETUP([Potential - generate potentials for water, restricted set]) 36 AT_KEYWORDS([potential parse-homologies generate-potentials water]) 37 38 file=water_homologies.dat 39 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Potential/GeneratePotentials/pre/$file $file], 0) 40 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 41 AT_CHECK([../../molecuilder \ 42 --parse-homologies $file \ 43 --generate-potentials \ 44 --fragment-charges 1 8 1 \ 45 --potential-list constant harmonic_bond harmonic_angle \ 46 --save-potentials water.potentials], 0, [stdout], [ignore]) 47 AT_CHECK([diff water.potentials ${abs_top_srcdir}/tests/regression/Potential/GeneratePotentials/post/water_restricted.potentials], 0, [ignore], [ignore]) 48 49 AT_CLEANUP
Note:
See TracChangeset
for help on using the changeset viewer.
