1 2 3 4 5 6 7 8
#ifndef LOADED_TESTUTILS #define LOADED_TESTUTILS #define TEST \ before_each(); \ for (int i = 0; i < 1; i++, after_each()) #endif