Files
p-ranav-argparse/test
Ameya Vikram Singh f56aec307f Updates doctest from v2.3.5 to v2.4.8
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>
2022-04-16 20:35:37 +05:30
..
2019-04-01 22:01:40 -04:00
2019-04-01 22:03:59 -04:00
2020-05-08 14:35:05 -05:00
2020-05-08 14:35:05 -05:00
2020-05-08 14:35:05 -05:00
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