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