A CLI auto tester, allows input text generator program and output generator which use stdin/stdout This testing program is written by C++.
First, build this project.
You can use Makefile like below.
- g++ (requries version 13 or higher which includes
std::format
) - make
$ make
Then aututest
is built at root directory of project.
Before to run you need to create tc
directory in same directory of autotest
.
You can run this like.
$ ./autotest --target=test_target/target --generator=generator/generator --solver=naive/solver -n=10
You can see help document with --help
option.
I'm glad to all pull requests :)