mame/3rdparty/unittest-cpp/UnitTest++/UnitTestPP.h

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