// Automate boring stuff // Helpful in SPOJ challenges
macOS ver. 1.0
- Configure config.txt file (*).
- Put all files to AuBoS directory ( *.cpp, in, truly)
- Run Terminal
- Select localization (using cd command)
- Write ./AuBoS
(*)Config file: 1path - where are the files which will be tested 2name - name of cpp file (source code) 3compile - compilator name 4compile_param - parameters for compilator 5in - input file name (input data) 6out - output file name (output data) 7correct - File with the correct answers (data to compare with output data)
Example:
1path=/Users/tobing/Desktop/AuBoS 2name=test.cpp 3compile=g++ 4compile_param=-o 5in=input.txt 6out=out.txt 7correct=true.txt