ChampSim
082-branch-targets.cc File Reference
#include <catch.hpp>
#include <vector>
#include "tracereader.h"
#include "instr.h"
Include dependency graph for 082-branch-targets.cc:

Macros

#define CATCH_CONFIG_ENABLE_PAIR_STRINGMAKER
 

Functions

 TEST_CASE ("A sequence of instructions has correct branch targets for taken branches")
 
 TEST_CASE ("A sequence of instructions has no branch targets for not-taken branches")
 
 TEST_CASE ("A sequence of instructions has no branch targets for non-branches")
 

Macro Definition Documentation

◆ CATCH_CONFIG_ENABLE_PAIR_STRINGMAKER

#define CATCH_CONFIG_ENABLE_PAIR_STRINGMAKER

Function Documentation

◆ TEST_CASE() [1/3]

TEST_CASE ( "A sequence of instructions has correct branch targets for taken branches"  )

◆ TEST_CASE() [2/3]

TEST_CASE ( "A sequence of instructions has no branch targets for non-branches"  )

◆ TEST_CASE() [3/3]

TEST_CASE ( "A sequence of instructions has no branch targets for not-taken branches"  )