2025-12-11 22:38:30 +01:00
|
|
|
#include "unit/file.h"
|
2025-12-09 22:07:16 +01:00
|
|
|
#include "unit/unit.h"
|
2025-12-05 18:53:35 +01:00
|
|
|
|
2025-11-28 23:59:06 +01:00
|
|
|
int main(void) {
|
2025-12-10 20:39:31 +01:00
|
|
|
cosms_core_file_read_test();
|
|
|
|
|
cosms_core_file_write_test();
|
2025-12-11 22:38:30 +01:00
|
|
|
cosms_core_file_delete_test();
|
2025-11-28 23:59:06 +01:00
|
|
|
return 0;
|
|
|
|
|
}
|