/testlib.hpp

Yet another testlib

Primary LanguageC++

testlib.hpp

testlib.hpp is a library for creating checkers and validators for sport programming problems. Simple checker example:

#include "testlib.hpp"
TESTLIB_CHECK(){
    verifyEqual(ouf.read<int>(), ans.read<int>());
    OK("1 number");
}

Downloads
Tutorial
More complex documentation