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.
 
 
 
 
 
Marek Roszko 6cf6888489 Update argparse 3 years ago
..
.gitignore Shove kicad2step into pcbnew itself with a new cli 3 years ago
CMakeLists.txt Update argparse 3 years ago
README.md Shove kicad2step into pcbnew itself with a new cli 3 years ago
doctest.hpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
main.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_actions.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_append.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_bool_operator.cpp Update argparse 3 years ago
test_compound_arguments.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_const_correct.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_container_arguments.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_default_args.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_equals_form.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_get.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_help.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_invalid_arguments.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_is_used.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_issue_37.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_negative_numbers.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_optional_arguments.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_parent_parsers.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_parse_args.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_parse_known_args.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_positional_arguments.cpp Update argparse 3 years ago
test_prefix_chars.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_repr.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_required_arguments.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_scan.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_subparsers.cpp Update argparse 3 years ago
test_utility.hpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_value_semantics.cpp Shove kicad2step into pcbnew itself with a new cli 3 years ago
test_version.cpp Shove kicad2step into pcbnew itself with a new cli 3 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