kokkos-execution 0.0.1
Loading...
Searching...
No Matches
category.hpp File Reference

Go to the source code of this file.

Macros

#define TEST_CATEGORY_IMPL(_name_, _suffix_)
#define TEST_CATEGORY(_name_)

Macro Definition Documentation

◆ TEST_CATEGORY

#define TEST_CATEGORY ( _name_)
Value:
_name_

Definition at line 10 of file category.hpp.

◆ TEST_CATEGORY_IMPL

#define TEST_CATEGORY_IMPL ( _name_,
_suffix_ )
Value:
GTEST_CONCAT_TOKEN_(GTEST_CONCAT_TOKEN_(_name_, _), _suffix_)

Definition at line 5 of file category.hpp.