Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
ConfigureFn.h
Go to the documentation of this file.
1#pragma once
2
3#include "../Macros/MacrosCore.h" // IWYU pragma: keep
4
5#define ConfigureFn(token) \
6 _GLOBAL_MACRO_FUNCTIONS_REGISTER_NEW_NAMED_FUNCTION( \
7 token, SpecsCpp::GlobalSpecCodeBlocks::instance().register_code_block \
8 )()