2023-09-11 20:13:50 +01:00
|
|
|
# marmoset-test-cases
|
|
|
|
|
2023-09-15 21:12:04 +01:00
|
|
|
![](https://badgeapi.docker.162536.xyz/get_badge/?repo=marmoset-test-cases)
|
|
|
|
|
2023-09-13 15:09:25 +01:00
|
|
|
## 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
|
|
|
|
|
2023-09-11 20:16:38 +01:00
|
|
|
Run in your project folder.
|
2023-09-13 15:09:25 +01:00
|
|
|
|
|
|
|
```bash
|
2023-09-13 15:09:53 +01:00
|
|
|
cd ~/CLionProjects/project-dir/
|
|
|
|
python3 $CLONE_DIR/run-tests.py
|
2023-09-13 15:09:25 +01:00
|
|
|
```
|