Change tests from a copy to using the original with mocs
This commit is contained in:
2023-11-12 17:07:20 +01:00
parent 04f9dd3d2c
commit e682528e12
7 changed files with 77 additions and 66 deletions

View File

@@ -4,7 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "tftp.hpp"
#include "tftp.h"
tftp_custom_file_t file = {
.data = (char*)"1234567890",