argparse/test/README.md
Pranav Srinivas Kumar bb4a2dbba7 Renamed directories
2019-04-01 22:01:40 -04:00

22 lines
202 B
Markdown

# Argparse Tests
## Linux
```bash
$ mkdir build
$ cd build
$ cmake ../.
$ make
$ ./tests
```
## Windows
```bash
$ mkdir build
$ cd build
$ cmake ../. -G "Visual Studio 15 2017"
$ make
$ ./tests
```