mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
20 lines
316 B
C
20 lines
316 B
C
#ifndef UNITTESTCPP_H
|
|
#define UNITTESTCPP_H
|
|
|
|
#define UPPCHECK CHECK
|
|
#undef CHECK
|
|
|
|
#include "Config.h"
|
|
#include "Test.h"
|
|
#include "TestList.h"
|
|
#include "TestSuite.h"
|
|
#include "TestResults.h"
|
|
|
|
#include <new>
|
|
#include "TestMacros.h"
|
|
|
|
#include "CheckMacros.h"
|
|
#include "TestRunner.h"
|
|
#include "TimeConstraint.h"
|
|
|
|
#endif
|