argparse/test
2019-05-04 11:49:30 -04:00
..
.gitignore
catch.hpp
CMakeLists.txt
main.cpp Fixes core dump on optional arg (issue #10) 2019-05-04 11:49:30 -04:00
README.md
test_actions.hpp
test_compound_arguments.hpp
test_container_arguments.hpp
test_invalid_arguments.hpp Fixes core dump on optional arg (issue #10) 2019-05-04 11:49:30 -04:00
test_optional_arguments.hpp
test_parent_parsers.hpp
test_parse_args.hpp
test_positional_arguments.hpp

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