1 2 3 4 5 6 7 8 9
#ifndef __HAYAI_FIXTURE #define __HAYAI_FIXTURE #include "hayai_test.hpp" namespace hayai { typedef Test Fixture; } #endif