~ubuntu-branches/ubuntu/utopic/liblas/utopic

« back to all changes in this revision

Viewing changes to test/unit/tut/tut_reporter.hpp

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2013-11-26 16:03:56 UTC
  • mto: (1.2.1) (2.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: package-import@ubuntu.com-20131126160356-r94gc8jmp4lm0yix
Tags: upstream-1.7.0
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef TUT_REPORTER
 
2
#define TUT_REPORTER
 
3
 
 
4
#include <tut/tut_console_reporter.hpp>
 
5
 
 
6
namespace tut
 
7
{
 
8
    typedef console_reporter reporter;
 
9
}
 
10
 
 
11
#endif