Changeset 4d1aef for tests


Ignore:
Timestamp:
Sep 30, 2016, 3:51:24 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Add_FitFragmentPartialChargesAction, Fix_ChargeSampling_PBC, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ParseParticles_split_forward_backward_Actions
Children:
0efd21, 2a28cd
Parents:
49e803
git-author:
Frederik Heber <heber@…> (09/27/16 13:17:38)
git-committer:
Frederik Heber <heber@…> (09/30/16 15:51:24)
Message:

Added single action to step backward and forward through time.

Location:
tests
Files:
2 added
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • tests/Python/AllActions/options.dat

    r49e803 r4d1aef  
    225225skiplines       "2"
    226226start-step      "0"
     227step-world-time "1"
    227228steps   "5"
    228229store-grids     "0"
  • tests/regression/Makefile.am

    r49e803 r4d1aef  
    134134        $(srcdir)/Options/Session/testsuite-options-store-session-python.at \
    135135        $(srcdir)/Options/SetDefaultName/testsuite-options-set-default-name.at \
    136         $(srcdir)/Options/SetWorldTime/testsuite-options-set-world-time.at \
    137136        $(srcdir)/Options/Verbosity/testsuite-options-verbosity.at \
    138137        $(srcdir)/Options/Warranty/testsuite-options-warranty.at \
     
    241240        $(srcdir)/Tesselation/Convex/testsuite-tesselation-convex-envelope.at \
    242241        $(srcdir)/Tesselation/NonConvex/testsuite-tesselation-non-convex-envelope.at \
    243         $(srcdir)/Tesselation/TriangleMatcher/testsuite-tesselation-trianglematcher.at
     242        $(srcdir)/Tesselation/TriangleMatcher/testsuite-tesselation-trianglematcher.at \
     243        $(srcdir)/WorldTime/testsuite-worldtime.at \
     244        $(srcdir)/WorldTime/SetWorldTime/testsuite-worldtime-set-world-time.at \
     245        $(srcdir)/WorldTime/StepWorldTime/testsuite-worldtime-step-world-time.at
    244246
    245247max_jobs = 4
  • tests/regression/Options/testsuite-options.at

    r49e803 r4d1aef  
    4040m4_include([Options/SetDefaultName/testsuite-options-set-default-name.at])
    4141
    42 # world time
    43 m4_include([Options/SetWorldTime/testsuite-options-set-world-time.at])
    44 
    4542# test that all desire parameters and count how many complain
    4643m4_include([Options/Empty/testsuite-options-empty-configs.at])
  • tests/regression/WorldTime/SetWorldTime/testsuite-worldtime-set-world-time.at

    r49e803 r4d1aef  
    22#    MoleCuilder - creates and alters molecular systems
    33#    Copyright (C) 2008-2012 University of Bonn
     4#    Copyright (C) 2016 Frederik Heber
    45#
    56#    This program is free software: you can redistribute it and/or modify
     
    1617#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1718#
    18 ### molecule default name
     19### set world time
    1920
    20 AT_SETUP([Standard Options - set world time])
    21 AT_KEYWORDS([options set-world-time])
     21AT_SETUP([Worldtime - set])
     22AT_KEYWORDS([worldtime set-world-time])
    2223
    2324AT_CHECK([../../molecuilder --set-world-time 10], 0, [stdout], [stderr])
     
    2728
    2829
    29 AT_SETUP([Standard Options - set world time with Undo])
    30 AT_KEYWORDS([options set-world-time undo])
     30AT_SETUP([Worldtime - set with Undo])
     31AT_KEYWORDS([worldtime set-world-time undo])
    3132
    3233AT_CHECK([../../molecuilder --set-world-time 10 --undo], 0, [stdout], [stderr])
     
    3637
    3738
    38 AT_SETUP([Standard Options - set world time with Redo])
    39 AT_KEYWORDS([options set-world-time redo])
     39AT_SETUP([Worldtime - set with Redo])
     40AT_KEYWORDS([worldtime set-world-time undo redo])
    4041
    4142AT_CHECK([../../molecuilder --set-world-time 10 --undo --redo], 0, [stdout], [stderr])
  • tests/regression/testsuite.at

    r49e803 r4d1aef  
    3636m4_include(Options/testsuite-options.at)
    3737
     38m4_include(WorldTime/testsuite-worldtime.at)
     39
    3840m4_include(Parser/testsuite-parser.at)
    3941
Note: See TracChangeset for help on using the changeset viewer.