Files
2023-11-05 19:06:50 -06:00
..
2019-04-01 22:01:40 -04:00
2023-10-27 11:41:35 -05:00
2019-04-01 22:03:59 -04:00
2023-10-27 12:59:04 -05:00
2023-10-27 16:37:20 -05: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