My Project
tests.h
1 #ifndef TESTS_H
2 #define TESTS_H
3 
4 #include "interpolate.h"
5 #include <istream>
6 #include <string>
7 
8 bool test_file(std::istream& tfile, const bytecode_machine& BM);
9 
10 void testRE(std::istream& tfile);
11 
12 void check_tokenizer(std::istream& data);
13 
14 #endif // TESTS_H
Definition: tstrings.h:196