Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
USE_TEMPLATE.h
Go to the documentation of this file.
1#pragma once
2
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); }};