Skip to content
Snippets Groups Projects
ReadHelper.test.cc 634 B
Newer Older
g0dil's avatar
g0dil committed
// $Id$
//
// Copyright (C) 2006
g0dil's avatar
g0dil committed

// Unit tests

//#include "ReadHelper.test.hh"
//#include "ReadHelper.test.ih"

// Custom includes
#include "ReadHelper.hh"

#include <boost/test/auto_unit_test.hpp>
#include <boost/test/test_tools.hpp>

#define prefix_
///////////////////////////////cc.p////////////////////////////////////////



///////////////////////////////cc.e////////////////////////////////////////
#undef prefix_


// Local Variables:
// mode: c++
// fill-column: 100
// c-file-style: "senf"
// indent-tabs-mode: nil
// ispell-local-dictionary: "american"
// compile-command: "scons -u test"
// comment-column: 40
g0dil's avatar
g0dil committed
// End: