test_config.h 160 B

12345678910111213
  1. #ifndef TEST_CONFIG_H
  2. #define TEST_CONFIG_H
  3. #define POOL_ALLOCATOR
  4. //#define ONLY_BENCHMARKS
  5. #define VECTOR_TEST
  6. #define F32_DT
  7. #define STATIC_TEST
  8. #endif