Changeset 115378 for src/unittests


Ignore:
Timestamp:
Dec 22, 2010, 9:16:51 AM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
9098f9
Parents:
1d77e1a
git-author:
Frederik Heber <heber@…> (12/22/10 08:22:13)
git-committer:
Frederik Heber <heber@…> (12/22/10 09:16:51)
Message:

Changes to allow for (re-)incorporation of CodePatterns into MoleCuilder.

library:

  • no more suffixed with version, this should be dealt by pkg-config (.pc) or a contained version information.
  • corrected and extended .pc file
  • m4 macro ax_codepatterns.m4 created to allow for easy checking with autotools

codepatterns-config:

  • if pkg-config fails there is a small tool that tells about necessary cflags and the likes to compile with CodePatterns library (this was developed before we noticed we had a (half-)working pkg-config present).

smaller changes:

  • moved all Helpers files to src/Helpers (again).
  • changed include paths for Assert.hpp, ... accordingly.
  • version is not prefixed with "v" anymore.
  • small stuff in fast_functions.hpp is absolete (stl::algorithms)
  • Helpers/enumeration.hpp contains enumeration class ("iterable enum")
Location:
src/unittests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/InfoUnitTest.cpp

    r1d77e1a r115378  
    2727#include <stdio.h>
    2828
    29 #include "Info.hpp"
    30 #include "Log.hpp"
     29#include "Helpers/Info.hpp"
     30#include "Helpers/Log.hpp"
    3131
    3232#include "InfoUnitTest.hpp"
  • src/unittests/LogUnitTest.cpp

    r1d77e1a r115378  
    2222#include <cppunit/ui/text/TestRunner.h>
    2323
    24 #include "Log.hpp"
    25 #include "Verbose.hpp"
     24#include "Helpers/Log.hpp"
     25#include "Helpers/Verbose.hpp"
    2626
    2727#include "LogUnitTest.hpp"
  • src/unittests/Makefile.am

    r1d77e1a r115378  
    2020BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB)
    2121TESTLIBS = \
    22         ../libCodePatterns-@CODEPATTERNS_API_VERSION@.la \
     22        ../libCodePatterns.la \
    2323        $(BOOST_LIB)
    2424
Note: See TracChangeset for help on using the changeset viewer.