Changeset 9098f9 for src/unittests


Ignore:
Timestamp:
Dec 22, 2010, 10:32:46 AM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
70672e3
Parents:
115378
Message:

All include files go into folder CodePatterns.

  • therefore all local includes are now without path.
  • INCLUDES in Makefile.am ascertains that includes are still found.
Location:
src/unittests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/InfoUnitTest.cpp

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

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

    r115378 r9098f9  
    55        ../Patterns/unittests
    66
    7 INCLUDES = -I$(top_srcdir)/src
     7INCLUDES = -I$(top_srcdir)/src/Patterns -I$(top_srcdir)/src/Helpers
    88
    99AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
  • src/unittests/TestRunnerMain.cpp

    r115378 r9098f9  
    2727#else
    2828
    29 #include "unittests/UnitTestMain.cpp"
     29#include "UnitTestMain.cpp"
    3030
    3131#endif /* HAVE_ECUT */
Note: See TracChangeset for help on using the changeset viewer.