mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
19 lines
293 B
C
19 lines
293 B
C
#ifndef UNITTESTCPP_H
|
|
#define UNITTESTCPP_H
|
|
|
|
//lint -esym(1509,*Fixture)
|
|
|
|
#include "Config.h"
|
|
#include "Test.h"
|
|
#include "TestList.h"
|
|
#include "TestSuite.h"
|
|
#include "TestResults.h"
|
|
|
|
#include "TestMacros.h"
|
|
|
|
#include "CheckMacros.h"
|
|
#include "TestRunner.h"
|
|
#include "TimeConstraint.h"
|
|
|
|
#endif
|