1
Fork 0
This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
UOC_PP20211_PR/test/include/test.h
2021-10-19 20:04:13 +02:00

11 lines
No EOL
294 B
C

#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