My answers & test cases for http://yukicoder.me/ .
( My user profile: http://yukicoder.me/users/1721 )
Build all binaries (from *.c & *.d files).
Run test for all problems.
(clean / clobber as usual)
Run test for a specific file.
Test target file can be binary / Ruby program (*.rb)
Copy a source file into clipboard.
Automatically download the sample input/output data & create files for ./test script.
- Create a test data directory: ./${PROBLEM_ID}
- Download HTML from http://yukicoder.me/problems/no/${PROBLEM_ID} .
- Parse HTML and extract sample input/output data.
- Write each data into files respectively (under the directory created at 1. ).