mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-08-28 17:16:02 +02:00
add testing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include "catch.hpp"
|
||||
|
||||
TEST_CASE("Basic options", "[options]")
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user