Files
inja/third_party/include/hayai/hayai_fixture.hpp
T
2020-06-25 22:57:37 +02:00

10 lines
128 B
C++
Executable File

#ifndef __HAYAI_FIXTURE
#define __HAYAI_FIXTURE
#include "hayai_test.hpp"
namespace hayai
{
typedef Test Fixture;
}
#endif