File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ set(TEST_SRCS
4343 src/test_readOnly.cpp
4444 src/test_writeOnly.cpp
4545
46- src/util/OTATestData .cpp
46+ src/util/OTATestDataGenerator .cpp
4747 src/util/TestUtil.cpp
4848
4949 ../../src/utility/ota/crc.cpp
Original file line number Diff line number Diff line change 22 * Copyright (c) 2020 Arduino. All rights reserved.
33 */
44
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_
77
88/**************************************************************************************
99 INCLUDE
@@ -34,4 +34,4 @@ void generate_valid_ota_data(OTAData & ota_data);
3434void generate_invalid_ota_data_crc_wrong (OTAData & ota_data );
3535
3636
37- #endif /* OTA_TEST_DATA_H_ */
37+ #endif /* OTA_TEST_DATA_GENERATOR_H_ */
Original file line number Diff line number Diff line change 1212#include < catch.hpp>
1313#include < fakeit.hpp>
1414
15- #include < util/OTATestData .h>
15+ #include < util/OTATestDataGenerator .h>
1616
1717#include < OTALogic.h>
1818#include < OTAStorage.h>
Original file line number Diff line number Diff line change 66 INCLUDE
77 **************************************************************************************/
88
9- #include < util/OTATestData .h>
9+ #include < util/OTATestDataGenerator .h>
1010
1111#include < algorithm>
1212
You can’t perform that action at this time.
0 commit comments