7 lines
92 B
C++
7 lines
92 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include "catch.hpp"
|
|
|
|
TEST_CASE("Basic options", "[options]")
|
|
{
|
|
}
|