argparse/test
2019-05-20 22:21:57 +02:00
..
.gitignore Renamed directories 2019-04-01 22:01:40 -04:00
catch.hpp Renamed directories 2019-04-01 22:01:40 -04:00
CMakeLists.txt Renamed directories 2019-04-01 22:01:40 -04:00
main.cpp Fixes core dump on optional arg (issue #10) 2019-05-04 11:49:30 -04:00
README.md Update README.md 2019-04-01 22:03:59 -04:00
test_actions.hpp Renamed directories 2019-04-01 22:01:40 -04:00
test_compound_arguments.hpp Change test cases 2019-05-20 22:21:57 +02:00
test_container_arguments.hpp Unify container operations 2019-05-12 17:17:21 +02:00
test_invalid_arguments.hpp Throw exception in case of unknown argument 2019-05-20 22:21:57 +02:00
test_optional_arguments.hpp Renamed directories 2019-04-01 22:01:40 -04:00
test_parent_parsers.hpp Renamed directories 2019-04-01 22:01:40 -04:00
test_parse_args.hpp Renamed directories 2019-04-01 22:01:40 -04:00
test_positional_arguments.hpp Change test cases 2019-05-20 22:21:57 +02:00
test_utility.hpp Unify container operations 2019-05-12 17:17:21 +02: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