argparse/tests/main.cpp
Pranav Srinivas Kumar 953f7d9462 Renamed test filename
2019-03-31 15:05:47 -04:00

10 lines
320 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>
#include <test_optional_arguments.hpp>
#include <test_compound_arguments.hpp>
#include <test_actions.hpp>
#include <test_container_arguments.hpp>