Files
p-ranav-argparse/test
Sean Robinson 18a229e849 Add a minimal binary to generate compile_commands.json file
clang-tidy needs compile_commands.json to generate a set of source files
to parse.  tidy-base is not built but is used as a source file in which
included headers can be parsed.  Without this process, clang-tidy will
process many other source files (e.g. doctest.hpp) that we do not want
to worry about.

Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
2021-11-10 13:54:25 -07:00
..
2019-04-01 22:01:40 -04:00
2019-11-21 09:08:49 -06: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