Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
rom_table.test.cpp File Reference

Go to the source code of this file.

Classes

class  RomTableTests< Builder >
 

Typedefs

using BuilderTypes = testing::Types< UltraCircuitBuilder, MegaCircuitBuilder >
 

Functions

STANDARD_TESTING_TAGS TEST (RomTable, TagCorrectness)
 Ensure the tags of elements initializing the ROM table are correctly propagated.
 
 TYPED_TEST_SUITE (RomTableTests, BuilderTypes)
 
 TYPED_TEST (RomTableTests, RomTableReadWriteConsistency)
 
 TYPED_TEST (RomTableTests, RomCopy)
 

Typedef Documentation

◆ BuilderTypes

Definition at line 15 of file rom_table.test.cpp.

Function Documentation

◆ TEST()

STANDARD_TESTING_TAGS TEST ( RomTable  ,
TagCorrectness   
)

Ensure the tags of elements initializing the ROM table are correctly propagated.

Definition at line 25 of file rom_table.test.cpp.

◆ TYPED_TEST() [1/2]

TYPED_TEST ( RomTableTests  ,
RomCopy   
)

Definition at line 114 of file rom_table.test.cpp.

◆ TYPED_TEST() [2/2]

TYPED_TEST ( RomTableTests  ,
RomTableReadWriteConsistency   
)

Definition at line 64 of file rom_table.test.cpp.

◆ TYPED_TEST_SUITE()

TYPED_TEST_SUITE ( RomTableTests  ,
BuilderTypes   
)