test_main.cpp 180 B

1234567891011
  1. // 010-TestCase.cpp
  2. // Let Catch provide main():
  3. #define CATCH_CONFIG_MAIN
  4. #include "test/framework/catch.hpp"
  5. extern "C" {
  6. #include "test/framework/fff.h"
  7. DEFINE_FFF_GLOBALS
  8. }