e6b45952b3
added content to the readme added fff for function faking fixed coverage reports of the integrationtest added testscenarios to test the history buffer
12 lines
180 B
C++
12 lines
180 B
C++
// 010-TestCase.cpp
|
|
|
|
// Let Catch provide main():
|
|
#define CATCH_CONFIG_MAIN
|
|
|
|
#include "test/framework/catch.hpp"
|
|
extern "C" {
|
|
#include "test/framework/fff.h"
|
|
DEFINE_FFF_GLOBALS
|
|
}
|
|
|