mirror of
https://github.com/holub/mame
synced 2025-05-11 16:48:52 +03:00
12 lines
198 B
C
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
|