Changeset dfafe7 for src


Ignore:
Timestamp:
Dec 16, 2010, 11:47:45 PM (14 years ago)
Author:
Frederik Heber <heber@…>
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:
f844ef
Parents:
0b3cbdf
git-author:
Frederik Heber <heber@…> (12/16/10 21:07:59)
git-committer:
Frederik Heber <heber@…> (12/16/10 23:47:45)
Message:

Moved VectorContentUnittest and vectorunittest to LinearAlgebra/unittests/VectorContentUnitTest and ../VectorUnitTest.

Location:
src
Files:
2 edited
4 moved

Legend:

Unmodified
Added
Removed
  • src/LinearAlgebra/unittests/Makefile.am

    r0b3cbdf rdfafe7  
    1414  MatrixContentUnitTest \
    1515  MatrixUnitTest \
    16   PlaneUnitTest
     16  PlaneUnitTest \
     17  VectorContentUnitTest \
     18  VectorUnitTest
    1719
    1820
     
    5759PlaneUnitTest_LDADD = ${GSLLIBS}
    5860
     61VectorContentUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     62        VectorContentUnitTest.cpp \
     63        VectorContentUnitTest.hpp
     64VectorContentUnitTest_LDADD = ${GSLLIBS}
     65
     66VectorUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
     67        VectorUnitTest.cpp \
     68        VectorUnitTest.hpp
     69VectorUnitTest_LDADD = ${GSLLIBS}
     70
    5971
    6072#AUTOMAKE_OPTIONS = parallel-tests
  • src/LinearAlgebra/unittests/VectorContentUnitTest.cpp

    r0b3cbdf rdfafe7  
    2424#include <cppunit/ui/text/TestRunner.h>
    2525
    26 #include "VectorContentUnittest.hpp"
     26#include "VectorContentUnitTest.hpp"
    2727
    2828#ifdef HAVE_TESTRUNNER
  • src/LinearAlgebra/unittests/VectorUnitTest.cpp

    r0b3cbdf rdfafe7  
    2828#include "LinearAlgebra/Vector.hpp"
    2929#include "LinearAlgebra/vector_ops.hpp"
    30 #include "vectorunittest.hpp"
    3130#include "LinearAlgebra/Plane.hpp"
    3231#include "Exceptions/LinearDependenceException.hpp"
    3332#include "LinearAlgebra/RealSpaceMatrix.hpp"
    3433
     34#include "VectorUnitTest.hpp"
     35
    3536#ifdef HAVE_TESTRUNNER
    3637#include "UnitTestMain.hpp"
     
    3839
    3940#include <iostream>
    40 
    41 using namespace std;
    4241
    4342/********************************************** Test classes **************************************/
  • src/unittests/Makefile.am

    r0b3cbdf rdfafe7  
    3232  TesselationUnitTest \
    3333  Tesselation_BoundaryTriangleUnitTest \
    34   Tesselation_InOutsideUnitTest \
    35   VectorContentUnitTest \
    36   VectorUnitTest
     34  Tesselation_InOutsideUnitTest
    3735
    3836
     
    9391  tesselation_boundarytriangleunittest.cpp \
    9492  tesselation_insideoutsideunittest.cpp \
    95   VectorContentUnittest.cpp \
    96   vectorunittest.cpp
     93  ../LinearAlgebra/unittests/VectorContentUnitTest.cpp \
     94  ../LinearAlgebra/unittests/VectorUnitTest.cpp
    9795
    9896TESTHEADERS = \
     
    134132  tesselation_boundarytriangleunittest.hpp \
    135133  tesselation_insideoutsideunittest.hpp \
    136   VectorContentUnittest.hpp \
    137   vectorunittest.hpp
     134  ../LinearAlgebra/unittests/VectorContentUnitTest.hpp \
     135  ../LinearAlgebra/unittests/VectorUnitTest.hpp
    138136 
    139137
     
    186184TestRunner_LDADD = ${UILIBS} ${ALLLIBS}
    187185
    188 VectorContentUnitTest_SOURCES = UnitTestMain.cpp VectorContentUnittest.cpp VectorContentUnittest.hpp
    189 VectorContentUnitTest_LDADD = ${ALLLIBS}
    190 
    191 VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
    192 VectorUnitTest_LDADD = ${ALLLIBS}
    193 
    194186#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracChangeset for help on using the changeset viewer.