mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
15 lines
462 B
C++
15 lines
462 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include <iostream>
|
|
#include <argparse.hpp>
|
|
#include <test_help.hpp>
|
|
#include <test_parse_args.hpp>
|
|
#include <test_positional_arguments.hpp>
|
|
#include <test_optional_arguments.hpp>
|
|
#include <test_compound_arguments.hpp>
|
|
#include <test_actions.hpp>
|
|
#include <test_container_arguments.hpp>
|
|
#include <test_parent_parsers.hpp>
|
|
#include <test_invalid_arguments.hpp>
|
|
#include <test_negative_numbers.hpp>
|
|
#include <test_required_arguments.hpp>
|