File tree Expand file tree Collapse file tree 4 files changed +0
-487
lines changed Expand file tree Collapse file tree 4 files changed +0
-487
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ include_directories(include)
1212include_directories (../../src)
1313include_directories (../../src/cbor)
1414include_directories (../../src/property)
15- include_directories (../../src/utility/ota)
1615include_directories (external/catch/v2.12.1/include )
1716include_directories (external/fakeit/v2.0.5/include )
1817
@@ -29,8 +28,6 @@ set(TEST_TARGET ${CMAKE_PROJECT_NAME})
2928##########################################################################
3029
3130set (TEST_SRCS
32- src/test_OTALogic.cpp
33-
3431 src/test_addPropertyReal.cpp
3532 src/test_callback.cpp
3633 src/test_CloudColor.cpp
@@ -46,14 +43,10 @@ set(TEST_SRCS
4643
4744set (TEST_UTIL_SRCS
4845 src/util/CBORTestUtil.cpp
49- src/util/OTATestUtil.cpp
5046 src/util/PropertyTestUtil.cpp
5147)
5248
5349set (TEST_DUT_SRCS
54- ../../src/utility/ota/crc.cpp
55- ../../src/utility/ota/OTALogic.cpp
56-
5750 ../../src/property/Property.cpp
5851 ../../src/property/PropertyContainer.cpp
5952 ../../src/cbor/CBORDecoder.cpp
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments