#include "tests.hpp" int main() { tests t; t.runTests(); return 0; }