marmoset-test-cases/README.md

19 lines
370 B
Markdown
Raw Normal View History

2023-09-11 20:13:50 +01:00
# 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
cd ~CLionProjects/project-dir/
python3 $CLONE_DIR/run-tests.sh
```