- Timestamp:
- Dec 16, 2010, 11:47:44 PM (14 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
- Children:
- 78b593
- Parents:
- 3c8e8b
- git-author:
- Frederik Heber <heber@…> (12/15/10 19:12:13)
- git-committer:
- Frederik Heber <heber@…> (12/16/10 23:47:44)
- Location:
- src
- Files:
-
- 2 added
- 2 edited
- 8 moved
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/unittests/Makefile.am
r3c8e8b rfff54f 41 41 ActionSequenceUnitTest.cpp \ 42 42 ActionSequenceUnitTest.hpp 43 ActionSequenceUnitTest_LDADD = ${ UILIBS} ${ALLLIBS}43 ActionSequenceUnitTest_LDADD = ${ALLLIBS} 44 44 45 45 AtomsCalculationUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ -
src/Helpers/unittests/InfoUnitTest.cpp
r3c8e8b rfff54f 28 28 29 29 #include "Helpers/Info.hpp" 30 #include "infounittest.hpp"31 30 #include "Helpers/Log.hpp" 31 32 #include "InfoUnitTest.hpp" 32 33 33 34 #ifdef HAVE_TESTRUNNER -
src/LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.cpp
r3c8e8b rfff54f 7 7 8 8 /* 9 * MatrixContentSymmetricUnit test.cpp9 * MatrixContentSymmetricUnitTest.cpp 10 10 * 11 11 * Created on: Jan 8, 2010 … … 24 24 #include <cppunit/ui/text/TestRunner.h> 25 25 26 #include "MatrixContentSymmetricUnit test.hpp"26 #include "MatrixContentSymmetricUnitTest.hpp" 27 27 28 28 #include "LinearAlgebra/MatrixContent.hpp" -
src/LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.hpp
r3c8e8b rfff54f 1 1 /* 2 * MatrixContentSymmetricUnit test.hpp2 * MatrixContentSymmetricUnitTest.hpp 3 3 * 4 4 * Created on: Jan 8, 2010 -
src/LinearAlgebra/unittests/MatrixContentUnitTest.cpp
r3c8e8b rfff54f 7 7 8 8 /* 9 * MatrixContentUnit test.cpp9 * MatrixContentUnitTest.cpp 10 10 * 11 11 * Created on: Jan 8, 2010 … … 24 24 #include <cppunit/ui/text/TestRunner.h> 25 25 26 #include "MatrixContentUnit test.hpp"26 #include "MatrixContentUnitTest.hpp" 27 27 28 28 #include "LinearAlgebra/MatrixContent.hpp" -
src/LinearAlgebra/unittests/MatrixContentUnitTest.hpp
r3c8e8b rfff54f 1 1 /* 2 * MatrixContentUnit test.hpp2 * MatrixContentUnitTest.hpp 3 3 * 4 4 * Created on: Jan 8, 2010 -
src/LinearAlgebra/unittests/MatrixUnitTest.cpp
r3c8e8b rfff54f 7 7 8 8 /* 9 * MatrixUnit test.cpp9 * MatrixUnitTest.cpp 10 10 * 11 11 * Created on: Jul 7, 2010 … … 24 24 #include <cmath> 25 25 26 #include "MatrixUnit test.hpp"26 #include "MatrixUnitTest.hpp" 27 27 #include "LinearAlgebra/Vector.hpp" 28 28 #include "LinearAlgebra/RealSpaceMatrix.hpp" -
src/LinearAlgebra/unittests/MatrixUnitTest.hpp
r3c8e8b rfff54f 1 1 /* 2 * MatrixUnit test.hpp2 * MatrixUnitTest.hpp 3 3 * 4 4 * Created on: Jul 7, 2010 -
src/unittests/Makefile.am
r3c8e8b rfff54f 5 5 ../Actions/unittests \ 6 6 ../Descriptors/unittests \ 7 ../Helpers/unittests \ 8 ../LinearAlgebra/unittests \ 7 9 ../Patterns/unittests 8 10 … … 22 24 CountBondsUnitTest \ 23 25 FormulaUnittest \ 24 InfoUnitTest \25 26 LinearSystemOfEquationsUnitTest \ 26 27 LineUnittest \ … … 29 30 LogUnitTest \ 30 31 manipulateAtomsTest \ 31 MatrixContentSymmetricUnitTest \32 MatrixContentUnitTest \33 MatrixUnittest \34 32 MenuDescriptionUnitTest \ 35 33 MoleculeDescriptorTest \ … … 82 80 CountBondsUnitTest.cpp \ 83 81 FormulaUnittest.cpp \ 84 infounittest.cpp \82 ../Helpers/unittests/InfoUnitTest.cpp \ 85 83 linearsystemofequationsunittest.cpp \ 86 84 LineUnittest.cpp \ … … 88 86 listofbondsunittest.cpp \ 89 87 logunittest.cpp \ 90 MatrixContentSymmetricUnittest.cpp \91 MatrixContentUnittest.cpp \92 MatrixUnittest.cpp \88 ../LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.cpp \ 89 ../LinearAlgebra/unittests/MatrixContentUnitTest.cpp \ 90 ../LinearAlgebra/unittests/MatrixUnitTest.cpp \ 93 91 manipulateAtomsTest.cpp \ 94 92 MenuDescriptionUnitTest.cpp \ … … 122 120 CountBondsUnitTest.hpp \ 123 121 FormulaUnittest.hpp \ 124 infounittest.hpp \122 ../Helpers/unittests/InfoUnitTest.h00pp \ 125 123 linearsystemofequationsunittest.hpp \ 126 124 LineUnittest.hpp \ … … 129 127 logunittest.hpp \ 130 128 manipulateAtomsTest.hpp \ 131 MatrixContentSymmetricUnittest.hpp \132 MatrixContentUnittest.hpp \133 MatrixUnittest.hpp \129 ../LinearAlgebra/unittests/MatrixContentSymmetricUnitTest.hpp \ 130 ../LinearAlgebra/unittests/MatrixContentUnitTest.hpp \ 131 ../LinearAlgebra/unittests/MatrixUnitTest.hpp \ 134 132 MenuDescriptionUnitTest.hpp \ 135 133 MoleculeDescriptorTest.hpp \ … … 174 172 FormulaUnittest_LDADD = ${ALLLIBS} 175 173 176 MatrixContentSymmetricUnitTest_SOURCES = UnitTestMain.cpp MatrixContentSymmetricUnittest.cpp MatrixContentSymmetricUnittest177 MatrixContentSymmetricUnitTest_LDADD = ${ALLLIBS}178 179 MatrixContentUnitTest_SOURCES = UnitTestMain.cpp MatrixContentUnittest.cpp MatrixContentUnittest.hpp180 MatrixContentUnitTest_LDADD = ${ALLLIBS}181 182 InfoUnitTest_SOURCES = UnitTestMain.cpp infounittest.cpp infounittest.hpp183 InfoUnitTest_LDADD = ${ALLLIBS}184 185 174 LinearSystemOfEquationsUnitTest_SOURCES = UnitTestMain.cpp linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp 186 175 LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS} … … 201 190 manipulateAtomsTest_LDADD = ${UILIBS} ${ALLLIBS} 202 191 203 MatrixUnittest_SOURCES = UnitTestMain.cpp MatrixUnittest.cpp MatrixUnittest.hpp204 MatrixUnittest_LDADD = ${ALLLIBS}205 206 192 MenuDescriptionUnitTest_SOURCES = UnitTestMain.cpp MenuDescriptionUnitTest.cpp MenuDescriptionUnitTest.hpp 207 193 MenuDescriptionUnitTest_LDADD = ${ALLLIBS}
Note:
See TracChangeset
for help on using the changeset viewer.