mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-01 01:25:33 +03:00
19 lines
378 B
C
19 lines
378 B
C
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TESTHARNESS.H
|
|
//
|
|
// The primary include file for the framework.
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef TESTHARNESS_H
|
|
#define TESTHARNESS_H
|
|
|
|
#include "Test.h"
|
|
#include "TestResult.h"
|
|
#include "Failure.h"
|
|
#include "TestRegistry.h"
|
|
|
|
#endif
|
|
|