1 #ifndef TEST_CONFIG_H 2 #define TEST_CONFIG_H 3 4 5 #define POOL_ALLOCATOR 6 //#define ONLY_BENCHMARKS 7 8 #define DOT_TEST 9 #define F32_DT 10 #define DYNAMIC_TEST 11 12 13 #endif 14 15