mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-05 15:44:40 +00:00
22 lines
223 B
Markdown
22 lines
223 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
|
|
```
|