Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
USE_TEMPLATE.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
Specs/GlobalSpecGroup.h
>
4
5
#include "
MacrosCore.h
"
// IWYU pragma: keep
6
7
#define _SPEC_USE_TEMPLATE(templateName) \
8
_GLOBAL_MACRO_FUNCTIONS_NEW_NAMED_FUNCTION_RUNNER_VARIABLE_NAME(_SPEC_USE_TEMPLATE_ \
9
){[]() { SpecsCpp::GlobalSpecGroup::instance().use_template(templateName); }};
GlobalSpecGroup.h
MacrosCore.h
Specs.DSLs
include
Specs
DSLs
Macros
USE_TEMPLATE.h
<3 Mrowr Purr