6 lines
124 B
C++
6 lines
124 B
C++
/* @file reactor_utest_main.cpp */
|
|
|
|
#define CATCH_CONFIG_MAIN
|
|
#include "catch2/catch.hpp"
|
|
|
|
/* end reactor_utest_main.cpp */
|