File tree 4 files changed +0
-487
lines changed
4 files changed +0
-487
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ include_directories(include)
12
12
include_directories (../../src)
13
13
include_directories (../../src/cbor)
14
14
include_directories (../../src/property)
15
- include_directories (../../src/utility/ota)
16
15
include_directories (external/catch/v2.12.1/include )
17
16
include_directories (external/fakeit/v2.0.5/include )
18
17
@@ -29,8 +28,6 @@ set(TEST_TARGET ${CMAKE_PROJECT_NAME})
29
28
##########################################################################
30
29
31
30
set (TEST_SRCS
32
- src/test_OTALogic.cpp
33
-
34
31
src/test_addPropertyReal.cpp
35
32
src/test_callback.cpp
36
33
src/test_CloudColor.cpp
@@ -46,14 +43,10 @@ set(TEST_SRCS
46
43
47
44
set (TEST_UTIL_SRCS
48
45
src/util/CBORTestUtil.cpp
49
- src/util/OTATestUtil.cpp
50
46
src/util/PropertyTestUtil.cpp
51
47
)
52
48
53
49
set (TEST_DUT_SRCS
54
- ../../src/utility/ota/crc.cpp
55
- ../../src/utility/ota/OTALogic.cpp
56
-
57
50
../../src/property/Property.cpp
58
51
../../src/property/PropertyContainer.cpp
59
52
../../src/cbor/CBORDecoder.cpp
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments