File: README.md

package info (click to toggle)
libargparse 3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 896 kB
  • sloc: cpp: 11,319; python: 8; makefile: 4; sh: 3
file content (25 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Argparse Tests

## Linux

```bash
$ mkdir build
$ cd build
$ cmake ../.
$ make
$ ./tests
```

## Windows

1. Generate Visual Studio solution

```bash
$ mkdir build
$ cd build
$ cmake ../. -G "Visual Studio 15 2017"
```

2. Open ARGPARSE.sln
3. Build tests in RELEASE | x64
4. Run tests.exe