#ifndef __TEST__H #define __TEST__H #include "test_suite.h" // Run all available tests void testSuite_run(tTestSuite* test_suite, const char* input); // Check if README.txt is available and have the correct information //void readReadme(tTestSuite* test_suite); #endif // __TEST__H