mame/3rdparty/unittest-cpp/UnitTest++/UnitTestPP.h
2015-05-27 15:00:06 +02:00

12 lines
198 B
C

#ifndef UNITTESTPP_H
#define UNITTESTPP_H
#include "Config.h"
#include "TestMacros.h"
#include "CheckMacros.h"
#include "TestRunner.h"
#include "TimeConstraint.h"
#include "ReportAssert.h"
#endif