Update README.md

This commit is contained in:
Pranav Srinivas Kumar 2019-03-31 18:15:15 -04:00 committed by GitHub
parent 2d7d9e62eb
commit da1022c946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
# 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
```