mirror of https://github.com/jarro2783/cxxopts.git
7 lines
92 B
C++
7 lines
92 B
C++
|
|
#define CATCH_CONFIG_MAIN
|
||
|
|
#include "catch.hpp"
|
||
|
|
|
||
|
|
TEST_CASE("Basic options", "[options]")
|
||
|
|
{
|
||
|
|
}
|