Crates.io | cppcheckr |
lib.rs | cppcheckr |
version | 1.1.3 |
source | src |
created_at | 2024-10-28 07:28:40.40839 |
updated_at | 2024-11-18 17:09:12.432916 |
description | cppcheckr, a cpp file tester for competetive programing. |
homepage | |
repository | https://github.com/Paulistaken/cppcheckr.git |
max_upload_size | |
id | 1425340 |
size | 17,515 |
A small cpp file tester for competitive programing, running tests from a directory in .in and .out format :)
cppcheckr -a (path to algorithm) -i testy/input_folder/test_prefix -o /testy/output_folder/test_prefix -b (number of first test) -e (number of last test )
will:
more info in cppchecker -h