mirror of
https://github.com/holub/mame
synced 2025-05-06 14:25:54 +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
|