mirror of
https://github.com/pantor/inja.git
synced 2026-07-05 16:45:09 +00:00
10 lines
128 B
C++
Executable File
10 lines
128 B
C++
Executable File
#ifndef __HAYAI_FIXTURE
|
|
#define __HAYAI_FIXTURE
|
|
#include "hayai_test.hpp"
|
|
|
|
namespace hayai
|
|
{
|
|
typedef Test Fixture;
|
|
}
|
|
#endif
|