Changeset c0bccb for src


Ignore:
Timestamp:
Dec 16, 2010, 11:32:21 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:
deddf6
Parents:
85949a
git-author:
Frederik Heber <heber@…> (12/16/10 22:12:19)
git-committer:
Frederik Heber <heber@…> (12/16/10 23:32:21)
Message:

Moved SingletonTest to Patterns/unittests/SingletonUnitTest.

Location:
src
Files:
1 added
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • src/Patterns/Singleton_impl.hpp

    r85949a rc0bccb  
    99#define SINGLETON_IMPL_HPP_
    1010
     11#include "Helpers/Assert.hpp"
    1112#include "Patterns/Singleton.hpp"
    1213
  • src/Patterns/unittests/SingletonUnitTest.cpp

    r85949a rc0bccb  
    77
    88/*
    9  * SingletonTest.cpp
     9 * SingletonUnitTest.cpp
    1010 *
    1111 *  Created on: Mar 11, 2010
     
    1818#endif
    1919
    20 #include "SingletonTest.hpp"
     20#include "SingletonUnitTest.hpp"
    2121
    2222#include <cppunit/CompilerOutputter.h>
  • src/Patterns/unittests/SingletonUnitTest.hpp

    r85949a rc0bccb  
    11/*
    2  * SingletonTest.hpp
     2 * SingletonUnitTest.hpp
    33 *
    44 *  Created on: Mar 11, 2010
     
    66 */
    77
    8 #ifndef SINGLETONTEST_HPP_
    9 #define SINGLETONTEST_HPP_
     8#ifndef SINGLETONUNITTEST_HPP_
     9#define SINGLETONUNITTEST_HPP_
    1010
    1111#include <cppunit/extensions/HelperMacros.h>
     
    2424};
    2525
    26 #endif /* SINGLETONTEST_HPP_ */
     26#endif /* SINGLETONUNITTEST_HPP_ */
  • src/unittests/Makefile.am

    r85949a rc0bccb  
    11# PLEASE adhere to the alphabetical ordering in this Makefile!
    22# Also indentation by a single tab
     3
     4SUBDIRS = \
     5        ../Patterns/unittests
    36
    47INCLUDES = -I$(top_srcdir)/src
     
    4144  Registry \
    4245  ShapeUnittest \
    43   SingletonTest \
    4446  SubspaceFactorizerUnitTest \
    4547  TesselationUnitTest \
     
    102104  RegistryUnitTest.cpp \
    103105  ShapeUnittest.cpp \
    104   SingletonTest.cpp \
     106  ../Patterns/unittests/SingletonUnitTest.cpp \
    105107  tesselationunittest.cpp \
    106108  tesselation_boundarytriangleunittest.cpp \
     
    141143  PlaneUnittest.hpp \
    142144  RegistryUnitTest.hpp \
    143   SingletonTest.hpp \
     145  ShapeUnittest.hpp \
     146  ../Patterns/unittests/SingletonUnitTest.hpp \
     147  stackclassunittest.hpp \
    144148  tesselationunittest.hpp \
    145149  tesselation_boundarytriangleunittest.hpp \
     
    245249ShapeUnittest_LDADD = ${ALLLIBS}
    246250
    247 SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
    248 SingletonTest_LDADD = ${ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
    249 
    250251SubspaceFactorizerUnitTest_SOURCES = UnitTestMain.cpp SubspaceFactorizerUnittest.cpp SubspaceFactorizerUnittest.hpp
    251252SubspaceFactorizerUnitTest_LDADD = ${GSLLIBS}
Note: See TracChangeset for help on using the changeset viewer.