Changeset 52b5ca


Ignore:
Timestamp:
May 18, 2016, 10:04:49 PM (9 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

Extended regression test SaveParsePotentials to take both particles and potentials into account.

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  
    2727        --parse-potentials $file \
    2828        --save-potentials harmonic_new.potentials], 0, [stdout], [ignore])
    29 AT_CHECK([diff $file harmonic_new.potentials], 0, [ignore], [ignore])
     29AT_CHECK([diff ${abs_top_srcdir}/tests/regression/Potential/SaveParsePotentials/post/$file harmonic_new.potentials], 0, [ignore], [ignore])
    3030
    3131AT_CLEANUP
     32
     33AT_SETUP([Potential - save and parse large potential file])
     34AT_KEYWORDS([potential parse-potentials save-potentials])
     35
     36file=bio.potentials
     37AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Potential/SaveParsePotentials/pre/$file $file], 0)
     38AT_CHECK([chmod u+w $file], 0, [ignore], [ignore])
     39AT_CHECK([../../molecuilder \
     40        --parse-potentials $file \
     41        --save-potentials harmonic_new.potentials], 0, [stdout], [ignore])
     42AT_CHECK([diff ${abs_top_srcdir}/tests/regression/Potential/SaveParsePotentials/post/$file bio_new.potentials], 0, [ignore], [ignore])
     43
     44AT_CLEANUP
Note: See TracChangeset for help on using the changeset viewer.