- Timestamp:
- Oct 8, 2016, 6:57:48 PM (9 years ago)
- Branches:
- Add_FitFragmentPartialChargesAction, Fix_ChargeSampling_PBC, Fix_FitPartialCharges
- Children:
- eca3b6
- Parents:
- 2a28cd
- git-author:
- Frederik Heber <heber@…> (10/01/16 17:56:45)
- git-committer:
- Frederik Heber <heber@…> (10/08/16 18:57:48)
- Location:
- tests
- Files:
-
- 12 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/AllActions/options.dat
r2a28cd r596aac 205 205 server-port "1026" 206 206 session-type "cli" 207 set-bond-degree "1" 207 208 set-boundary-conditions "Wrap, Wrap, Wrap" 208 209 set-max-iterations "10" -
tests/regression/Bond/testsuite-bond.at
r2a28cd r596aac 28 28 # adjacency matcher 29 29 m4_include([Bond/AdjacencyMatcher/testsuite-bond-adjacencymatcher.at]) 30 31 # set degree 32 m4_include([Bond/SetDegree/testsuite-bond-set-degree.at]) 33 m4_include([Bond/SetDegree/testsuite-bond-set-degree_multiple.at]) 34 -
tests/regression/Makefile.am
r2a28cd r596aac 49 49 $(srcdir)/Bond/Add/testsuite-bond-add.at \ 50 50 $(srcdir)/Bond/Add/testsuite-bond-add_multiple.at \ 51 $(srcdir)/Bond/AdjacencyMatcher/testsuite-bond-adjacencymatcher.at \ 51 52 $(srcdir)/Bond/Remove/testsuite-bond-remove.at \ 52 53 $(srcdir)/Bond/Remove/testsuite-bond-remove_multiple.at \ 53 $(srcdir)/Bond/AdjacencyMatcher/testsuite-bond-adjacencymatcher.at \ 54 $(srcdir)/Bond/SetDegree/testsuite-bond-set-degree.at \ 55 $(srcdir)/Bond/SetDegree/testsuite-bond-set-degree_multiple.at \ 54 56 $(srcdir)/Analysis/testsuite-analysis.at \ 55 57 $(srcdir)/Analysis/DipoleAngularCorrelation/testsuite-analysis-dipole-angular-correlation.at \
Note:
See TracChangeset
for help on using the changeset viewer.