Skip to content

ctest (AKA glowing-carnival) - test your competitive programming C++ programs locally

Notifications You must be signed in to change notification settings

3centroids/glowing-carnival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctest

Test your C++ program on multiple test cases.

Usage

  1. compile program (bar.cpp) in workspace where ctest resides
  2. create folder (bar-tests) and input files (0.in, 1.in, ...) as well as expected output files (0.out, 1.out, ...)
  3. ./ctest bar

Warning

Make sure your program outputs new lines exactly as your output files state.

About

ctest (AKA glowing-carnival) - test your competitive programming C++ programs locally

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published