cxxopts/test/options.cpp
2016-08-25 08:49:56 +10:00

7 lines
92 B
C++

#define CATCH_CONFIG_MAIN
#include "catch.hpp"
TEST_CASE("Basic options", "[options]")
{
}