1
Fork 0
This repository has been archived on 2022-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
UOC_PP20212_PR/UOC20212/test/include/test.h
2022-04-01 15:58:20 +02:00

14 lines
No EOL
396 B
C

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