mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
git-svn-id: http://rtabmap.googlecode.com/svn/branches/0.3/rtabmap@52 f169173b-cf89-36c8-b27e-44dbe73f0c83
12 lines
417 B
C
12 lines
417 B
C
// //////////////////////////////////////////////////////////////////////////
|
|
// Header file TestRunner.h for class TestRunner
|
|
// (c)Copyright 2000, Baptiste Lepilleur.
|
|
// Created: 2001/09/19
|
|
// //////////////////////////////////////////////////////////////////////////
|
|
#ifndef CPPUNIT_QTUI_TESTRUNNER_H
|
|
#define CPPUNIT_QTUI_TESTRUNNER_H
|
|
|
|
#include <cppunit/ui/qt/QtTestRunner.h>
|
|
|
|
#endif // CPPUNIT_QTUI_TESTRUNNER_H
|