Works just like FedorViest's tester but faster and supports Windows.
- Download the latest release for your OS
- Unpack in your work folder
- Set the compile and run commands in .env
- Run the tester from a terminal window (
./testeron Linux,.\tester.exeon Windows)
- Install Rust
- Build the project:
cargo runto build and runcargo build --releasefor an optimized release build
TESTER_COMPILE_COMMAND="clang -O1 main.c"
TESTER_RUN_COMMAND="./a.out"
TESTER_INPUT_FILES="data.txt;string.txt;parse.txt"TESTER_COMPILE_COMMAND="gcc -O1 main.c"
TESTER_RUN_COMMAND=".\a.exe"
TESTER_INPUT_FILES="data.txt;string.txt;parse.txt"