argparse/tests/main.cpp

7 lines
175 B
C++

#define CATCH_CONFIG_MAIN
#include <iostream>
#include <argparse.hpp>
#include <test_add_argument.hpp>
#include <test_parse_args.hpp>
#include <test_positional_arguments.hpp>