#ifndef TESTS_H #define TESTS_H #include "interpolate.h" #include #include auto test_file(std::istream& tfile, const template_machine& BM) -> bool; auto testRE(std::istream& tfile) -> void; auto check_tokenizer(std::istream& data) -> void; #endif // TESTS_H