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