File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ set(TEST_SRCS
43
43
src/test_readOnly.cpp
44
44
src/test_writeOnly.cpp
45
45
46
- src/util/OTATestData .cpp
46
+ src/util/OTATestDataGenerator .cpp
47
47
src/util/TestUtil.cpp
48
48
49
49
../../src/utility/ota/crc.cpp
Original file line number Diff line number Diff line change 2
2
* Copyright (c) 2020 Arduino. All rights reserved.
3
3
*/
4
4
5
- #ifndef OTA_TEST_DATA_H_
6
- #define OTA_TEST_DATA_H_
5
+ #ifndef OTA_TEST_DATA_GENERATOR_H_
6
+ #define OTA_TEST_DATA_GENERATOR_H_
7
7
8
8
/**************************************************************************************
9
9
INCLUDE
@@ -34,4 +34,4 @@ void generate_valid_ota_data(OTAData & ota_data);
34
34
void generate_invalid_ota_data_crc_wrong (OTAData & ota_data );
35
35
36
36
37
- #endif /* OTA_TEST_DATA_H_ */
37
+ #endif /* OTA_TEST_DATA_GENERATOR_H_ */
Original file line number Diff line number Diff line change 12
12
#include < catch.hpp>
13
13
#include < fakeit.hpp>
14
14
15
- #include < util/OTATestData .h>
15
+ #include < util/OTATestDataGenerator .h>
16
16
17
17
#include < OTALogic.h>
18
18
#include < OTAStorage.h>
Original file line number Diff line number Diff line change 6
6
INCLUDE
7
7
**************************************************************************************/
8
8
9
- #include < util/OTATestData .h>
9
+ #include < util/OTATestDataGenerator .h>
10
10
11
11
#include < algorithm>
12
12
You can’t perform that action at this time.
0 commit comments