Skip to content

(For competition programming problems) stress-testing / testing program, which can be used with custom input generator and output generator

Notifications You must be signed in to change notification settings

sony-string/auto-test-for-CP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(CLI) Auto Testing for Competition Programming Problems In Linux

A CLI auto tester, allows input text generator program and output generator which use stdin/stdout This testing program is written by C++.

demo1



How to use

First, build this project.
You can use Makefile like below.

Requires

  • 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.

Contribution

I'm glad to all pull requests :)

About

(For competition programming problems) stress-testing / testing program, which can be used with custom input generator and output generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published