mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-11-28 23:54:39 +00:00
| .. | ||
| .gitignore | ||
| catch.hpp | ||
| CMakeLists.txt | ||
| main.cpp | ||
| README.md | ||
| test_actions.hpp | ||
| test_compound_arguments.hpp | ||
| test_container_arguments.hpp | ||
| test_optional_arguments.hpp | ||
| test_parse_args.hpp | ||
| test_positional_arguments.hpp | ||
Argparse Tests
Linux
$ mkdir build
$ cd build
$ cmake ../.
$ make
$ ./tests
Windows
$ mkdir build
$ cd build
$ cmake ../. -G "Visual Studio 15 2017"
$ make
$ ./tests