mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +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
|
|
```
|