Changeset d9c229
- Timestamp:
- Nov 7, 2017, 7:35:34 AM (7 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued_betteresults
- Children:
- 1ea892
- Parents:
- e237c8c
- git-author:
- Frederik Heber <frederik.heber@…> (06/21/17 16:07:08)
- git-committer:
- Frederik Heber <frederik.heber@…> (11/07/17 07:35:34)
- Location:
- tests/Python
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/Makefile.am
re237c8c rd9c229 25 25 $(srcdir)/BoxMaker/testsuite-python-boxmaker.at \ 26 26 $(srcdir)/CommandHelp/testsuite-python-commandhelp.at \ 27 $(srcdir)/ForceAnnealing/testsuite-python-forceannealing-ising.at \ 27 28 $(srcdir)/ReturnValueActions/testsuite-python-returnvalueactions.at 28 29 -
tests/Python/testsuite.at
re237c8c rd9c229 1 #2 # MoleCuilder - creates and alters molecular systems3 # Copyright (C) 2008-2012 University of Bonn4 #5 # This program is free software: you can redistribute it and/or modify6 # it under the terms of the GNU General Public License as published by7 # the Free Software Foundation, either version 3 of the License, or8 # (at your option) any later version.9 #10 # This program is distributed in the hope that it will be useful,11 # but WITHOUT ANY WARRANTY; without even the implied warranty of12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 # GNU General Public License for more details.14 #15 # You should have received a copy of the GNU General Public License16 # along with this program. If not, see <http://www.gnu.org/licenses/>.17 #18 1 # 19 2 # MoleCuilder - creates and alters molecular systems … … 64 47 # BoxMaker 65 48 m4_include([BoxMaker/testsuite-python-boxmaker.at]) 49 50 # Force Annealing 51 m4_include([ForceAnnealing/testsuite-python-forceannealing-ising.at])
Note:
See TracChangeset
for help on using the changeset viewer.