mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-24 16:15:01 +00:00
991b4299d6
Otherwise .choices doesn't work properly. See https://github.com/p-ranav/argparse/issues/307 |
||
---|---|---|
.. | ||
.gitignore | ||
argparse_details.cppm | ||
CMakeLists.txt | ||
doctest.hpp | ||
main.cpp | ||
README.md | ||
test_actions.cpp | ||
test_append.cpp | ||
test_as_container.cpp | ||
test_bool_operator.cpp | ||
test_choices.cpp | ||
test_compound_arguments.cpp | ||
test_container_arguments.cpp | ||
test_default_args.cpp | ||
test_default_value.cpp | ||
test_equals_form.cpp | ||
test_error_reporting.cpp | ||
test_get.cpp | ||
test_help.cpp | ||
test_invalid_arguments.cpp | ||
test_is_used.cpp | ||
test_issue_37.cpp | ||
test_mutually_exclusive_group.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_stringstream.cpp | ||
test_subparsers.cpp | ||
test_utility.hpp | ||
test_version.cpp |
Argparse Tests
Linux
$ mkdir build
$ cd build
$ cmake ../.
$ make
$ ./tests
Windows
- Generate Visual Studio solution
$ mkdir build
$ cd build
$ cmake ../. -G "Visual Studio 15 2017"
- Open ARGPARSE.sln
- Build tests in RELEASE | x64
- Run tests.exe