https://github.com/sn0cr/rapidrunner
https://github.com/sn0cr/rapidrunner
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sn0cr/rapidrunner
- Owner: sn0cr
- License: gpl-3.0
- Created: 2015-06-01T10:58:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T13:47:37.000Z (about 10 years ago)
- Last Synced: 2025-01-23T20:35:01.770Z (5 months ago)
- Language: Java
- Size: 867 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [rapidRunner](https://github.com/sn0cr/rapidRunner/releases/latest)
Download at https://github.com/sn0cr/rapidRunner/releases]-----
The main interface:

--------------------------------------------
## Setup:
- [ ] The directory with all your test files (one for the input and one for the expected output(-> with the same name but a different extension))
- [ ] The directory in which your command should be run (aka "workingdirectory")
- [ ] The commandline to run your command
- [ ] The name and extensions of your testsamples
All set? - Then your ready to go! :clap:
# Build instructions
This project uses gradle as the build system:
## Build jar
```bash
gradle shadowJar
```
## Create files for import into eclipse:
```shell
gradle eclipse
```