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