mirror of
https://github.com/p-ranav/argparse
synced 2026-06-08 16:35:45 +00:00
f56aec307f
Fixes the build error on latest GNU/Linux Systems: (https://github.com/doctest/doctest/issues/473) Signed-off-by: Ameya Vikram Singh <ameya.v.singh@gmail.com>
Argparse Tests
Linux
$ mkdir build
$ cd build
$ cmake ../.
$ make
$ ./tests
Windows
- Generate Visual Studio solution
$ mkdir build
$ cd build
$ cmake ../. -G "Visual Studio 15 2017"
- Open ARGPARSE.sln
- Build tests in RELEASE | x64
- Run tests.exe