21 lines
448 B
Markdown
21 lines
448 B
Markdown
# marmoset-test-cases
|
|
|
|
![](https://badgeapi.docker.162536.xyz/get_badge/?repo=marmoset-test-cases)
|
|
|
|
## Setup
|
|
|
|
```bash
|
|
git clone https://git.162536.xyz/drunkendog/marmoset-test-cases
|
|
```
|
|
|
|
Add gcc to PATH. If using CLion, add C:\Program Files\JetBrains\CLion 2023.x.x\bin\mingw\bin to PATH. You may need to restart your computer after.
|
|
|
|
## Use
|
|
|
|
Run in your project folder.
|
|
|
|
```bash
|
|
cd ~/CLionProjects/project-dir/
|
|
python3 $CLONE_DIR/run-tests.py
|
|
```
|