Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
test.hpp File Reference
#include <gtest/gtest.h>

Go to the source code of this file.

Macros

#define HEAVY_TEST(x, y)   TEST(x, y)
 
#define HEAVY_TEST_F(x, y)   TEST_F(x, y)
 
#define HEAVY_TYPED_TEST(x, y)   TYPED_TEST(x, y)
 

Macro Definition Documentation

◆ HEAVY_TEST

#define HEAVY_TEST (   x,
 
)    TEST(x, y)

Definition at line 9 of file test.hpp.

◆ HEAVY_TEST_F

#define HEAVY_TEST_F (   x,
 
)    TEST_F(x, y)

Definition at line 10 of file test.hpp.

◆ HEAVY_TYPED_TEST

#define HEAVY_TYPED_TEST (   x,
 
)    TYPED_TEST(x, y)

Definition at line 11 of file test.hpp.