7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-03-09 12:46:28 +00:00
kicad/thirdparty/argparse/test
2025-03-04 18:31:53 -05:00
..
.gitignore Shove kicad2step into pcbnew itself with a new cli 2022-10-04 01:53:37 +00:00
argparse_details.cppm argparse update 2023-12-17 21:29:05 -05:00
BUILD.bazel Update argparse to latest 2025-03-04 18:31:53 -05:00
CMakeLists.txt Update argparse to latest 2025-03-04 18:31:53 -05:00
doctest.hpp argparse update 2023-12-17 21:29:05 -05:00
main.cpp Shove kicad2step into pcbnew itself with a new cli 2022-10-04 01:53:37 +00:00
README.md Shove kicad2step into pcbnew itself with a new cli 2022-10-04 01:53:37 +00:00
test_actions.cpp Update argparse to latest 2025-03-04 18:31:53 -05:00
test_append.cpp argparse update 2023-12-17 21:29:05 -05:00
test_as_container.cpp argparse update 2023-12-17 21:29:05 -05:00
test_bool_operator.cpp argparse update 2023-12-17 21:29:05 -05:00
test_choices.cpp Update argparse to latest 2025-03-04 18:31:53 -05:00
test_compound_arguments.cpp argparse update 2023-12-17 21:29:05 -05:00
test_container_arguments.cpp argparse update 2023-12-17 21:29:05 -05:00
test_default_args.cpp argparse update 2023-12-17 21:29:05 -05:00
test_default_value.cpp argparse update 2023-12-17 21:29:05 -05:00
test_equals_form.cpp argparse update 2023-12-17 21:29:05 -05:00
test_error_reporting.cpp argparse update 2023-12-17 21:29:05 -05:00
test_get.cpp argparse update 2023-12-17 21:29:05 -05:00
test_help.cpp Update argparse to latest 2025-03-04 18:31:53 -05:00
test_hidden_alias.cpp Update argparse to latest 2025-03-04 18:31:53 -05:00
test_hidden_argument.cpp Update argparse to latest 2025-03-04 18:31:53 -05:00
test_invalid_arguments.cpp argparse update 2023-12-17 21:29:05 -05:00
test_is_used.cpp argparse update 2023-12-17 21:29:05 -05:00
test_issue_37.cpp argparse update 2023-12-17 21:29:05 -05:00
test_mutually_exclusive_group.cpp argparse update 2023-12-17 21:29:05 -05:00
test_negative_numbers.cpp argparse update 2023-12-17 21:29:05 -05:00
test_optional_arguments.cpp argparse update 2023-12-17 21:29:05 -05:00
test_parent_parsers.cpp argparse update 2023-12-17 21:29:05 -05:00
test_parse_args.cpp Update argparse to latest 2025-03-04 18:31:53 -05:00
test_parse_known_args.cpp argparse update 2023-12-17 21:29:05 -05:00
test_positional_arguments.cpp Update argparse to latest 2025-03-04 18:31:53 -05:00
test_prefix_chars.cpp argparse update 2023-12-17 21:29:05 -05:00
test_repr.cpp argparse update 2023-12-17 21:29:05 -05:00
test_required_arguments.cpp argparse update 2023-12-17 21:29:05 -05:00
test_scan.cpp Update argparse to latest 2025-03-04 18:31:53 -05:00
test_store_into.cpp Update argparse to latest 2025-03-04 18:31:53 -05:00
test_stringstream.cpp argparse update 2023-12-17 21:29:05 -05:00
test_subparsers.cpp Update argparse to latest 2025-03-04 18:31:53 -05:00
test_utility.hpp argparse update 2023-12-17 21:29:05 -05:00
test_version.cpp argparse update 2023-12-17 21:29:05 -05:00

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