- Timestamp:
- Sep 30, 2016, 3:51:24 PM (9 years ago)
- 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)
- Location:
- tests
- Files:
-
- 2 added
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/AllActions/options.dat
r49e803 r4d1aef 225 225 skiplines "2" 226 226 start-step "0" 227 step-world-time "1" 227 228 steps "5" 228 229 store-grids "0" -
tests/regression/Makefile.am
r49e803 r4d1aef 134 134 $(srcdir)/Options/Session/testsuite-options-store-session-python.at \ 135 135 $(srcdir)/Options/SetDefaultName/testsuite-options-set-default-name.at \ 136 $(srcdir)/Options/SetWorldTime/testsuite-options-set-world-time.at \137 136 $(srcdir)/Options/Verbosity/testsuite-options-verbosity.at \ 138 137 $(srcdir)/Options/Warranty/testsuite-options-warranty.at \ … … 241 240 $(srcdir)/Tesselation/Convex/testsuite-tesselation-convex-envelope.at \ 242 241 $(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 244 246 245 247 max_jobs = 4 -
tests/regression/Options/testsuite-options.at
r49e803 r4d1aef 40 40 m4_include([Options/SetDefaultName/testsuite-options-set-default-name.at]) 41 41 42 # world time43 m4_include([Options/SetWorldTime/testsuite-options-set-world-time.at])44 45 42 # test that all desire parameters and count how many complain 46 43 m4_include([Options/Empty/testsuite-options-empty-configs.at]) -
tests/regression/WorldTime/SetWorldTime/testsuite-worldtime-set-world-time.at
r49e803 r4d1aef 2 2 # MoleCuilder - creates and alters molecular systems 3 3 # Copyright (C) 2008-2012 University of Bonn 4 # Copyright (C) 2016 Frederik Heber 4 5 # 5 6 # This program is free software: you can redistribute it and/or modify … … 16 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 18 # 18 ### molecule default name19 ### set world time 19 20 20 AT_SETUP([ Standard Options - set world time])21 AT_KEYWORDS([ optionsset-world-time])21 AT_SETUP([Worldtime - set]) 22 AT_KEYWORDS([worldtime set-world-time]) 22 23 23 24 AT_CHECK([../../molecuilder --set-world-time 10], 0, [stdout], [stderr]) … … 27 28 28 29 29 AT_SETUP([ Standard Options - set world timewith Undo])30 AT_KEYWORDS([ optionsset-world-time undo])30 AT_SETUP([Worldtime - set with Undo]) 31 AT_KEYWORDS([worldtime set-world-time undo]) 31 32 32 33 AT_CHECK([../../molecuilder --set-world-time 10 --undo], 0, [stdout], [stderr]) … … 36 37 37 38 38 AT_SETUP([ Standard Options - set world timewith Redo])39 AT_KEYWORDS([ options set-world-timeredo])39 AT_SETUP([Worldtime - set with Redo]) 40 AT_KEYWORDS([worldtime set-world-time undo redo]) 40 41 41 42 AT_CHECK([../../molecuilder --set-world-time 10 --undo --redo], 0, [stdout], [stderr]) -
tests/regression/testsuite.at
r49e803 r4d1aef 36 36 m4_include(Options/testsuite-options.at) 37 37 38 m4_include(WorldTime/testsuite-worldtime.at) 39 38 40 m4_include(Parser/testsuite-parser.at) 39 41
Note:
See TracChangeset
for help on using the changeset viewer.