You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Alex Shvartzkop 991b4299d6 Update argparse. 2 years ago
..
.gitignore Shove kicad2step into pcbnew itself with a new cli 3 years ago
CMakeLists.txt argparse update 2 years ago
README.md Shove kicad2step into pcbnew itself with a new cli 3 years ago
argparse_details.cppm argparse update 2 years ago
doctest.hpp argparse update 2 years ago
main.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_actions.cpp argparse update 2 years ago
test_append.cpp argparse update 2 years ago
test_as_container.cpp argparse update 2 years ago
test_bool_operator.cpp argparse update 2 years ago
test_choices.cpp Update argparse. 2 years ago
test_compound_arguments.cpp argparse update 2 years ago
test_container_arguments.cpp argparse update 2 years ago
test_default_args.cpp argparse update 2 years ago
test_default_value.cpp argparse update 2 years ago
test_equals_form.cpp argparse update 2 years ago
test_error_reporting.cpp argparse update 2 years ago
test_get.cpp argparse update 2 years ago
test_help.cpp argparse update 2 years ago
test_invalid_arguments.cpp argparse update 2 years ago
test_is_used.cpp argparse update 2 years ago
test_issue_37.cpp argparse update 2 years ago
test_mutually_exclusive_group.cpp argparse update 2 years ago
test_negative_numbers.cpp argparse update 2 years ago
test_optional_arguments.cpp argparse update 2 years ago
test_parent_parsers.cpp argparse update 2 years ago
test_parse_args.cpp argparse update 2 years ago
test_parse_known_args.cpp argparse update 2 years ago
test_positional_arguments.cpp argparse update 2 years ago
test_prefix_chars.cpp argparse update 2 years ago
test_repr.cpp argparse update 2 years ago
test_required_arguments.cpp argparse update 2 years ago
test_scan.cpp argparse update 2 years ago
test_stringstream.cpp argparse update 2 years ago
test_subparsers.cpp argparse update 2 years ago
test_utility.hpp argparse update 2 years ago
test_version.cpp argparse update 2 years ago

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