Gromacs  2025.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
bitmask.h File Reference
#include <gtest/gtest.h>
#include "gromacs/utility/bitmask.h"
+ Include dependency graph for bitmask.h:

Description

Tests for bitmask functionality.

These tests check the functionality of bitmask.h

Author
Roland Schulz rolan.nosp@m.d@rs.nosp@m.chulz.nosp@m..eu

Macros

#define BITMASK_CLASSNAME_(S)   BitmaskTest##S
 Implementation of BITMASK_CLASSNAME.
 
#define BITMASK_CLASSNAME(S)   BITMASK_CLASSNAME_(S)
 Returns name of Bitmask test fixture class.
 
#define BITMASK_TEST_P_(C, T)   TEST_P(C, T)
 Implementation of BITMASK_TEST_P.
 
#define BITMASK_TEST_P(T)   BITMASK_TEST_P_(BITMASK_CLASSNAME(BITMASK_SIZE), T)
 Defines a parameterized bitmask test.