kicad/thirdparty/argparse/test
..
.gitignore
CMakeLists.txt
README.md
doctest.hpp
main.cpp
test_actions.cpp
test_append.cpp
test_bool_operator.cpp
test_compound_arguments.cpp
test_const_correct.cpp
test_container_arguments.cpp
test_default_args.cpp
test_equals_form.cpp
test_get.cpp
test_help.cpp
test_invalid_arguments.cpp
test_is_used.cpp
test_issue_37.cpp
test_negative_numbers.cpp
test_optional_arguments.cpp
test_parent_parsers.cpp
test_parse_args.cpp
test_parse_known_args.cpp
test_positional_arguments.cpp
test_prefix_chars.cpp
test_repr.cpp
test_required_arguments.cpp
test_scan.cpp
test_subparsers.cpp
test_utility.hpp
test_value_semantics.cpp
test_version.cpp

README.md

Argparse Tests

Linux

$ mkdir build
$ cd build
$ cmake ../.
$ make
$ ./tests

Windows

  1. Generate Visual Studio solution
$ mkdir build
$ cd build
$ cmake ../. -G "Visual Studio 15 2017"
  1. Open ARGPARSE.sln
  2. Build tests in RELEASE | x64
  3. Run tests.exe