@@ -591,6 +591,7 @@ target_triplet = @target@
591
591
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_CORE_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ happy/tests/standalone/dd/test_weave_dd_01.py \
592
592
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_CORE_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ happy/tests/standalone/heartbeat/test_weave_heartbeat_01.py \
593
593
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_CORE_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ happy/tests/standalone/wrmp/test_weave_wrmp_01.py \
594
+ @WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_CORE_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ happy/tests/standalone/ip_comms/test_weave_udp.py \
594
595
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_CORE_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ $(NULL)
595
596
596
597
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_INET_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@am__append_43 = \
@@ -1427,7 +1428,7 @@ TestWdmUpdateResponse_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
1427
1428
$(AM_CXXFLAGS) $(CXXFLAGS) $(TestWdmUpdateResponse_LDFLAGS) \
1428
1429
$(LDFLAGS) -o $@
1429
1430
am__TestWeaveCert_SOURCES_DIST = TestWeaveCert.cpp \
1430
- TestWeaveCertData.cpp
1431
+ TestWeaveCertData.cpp TestPersistedStorageImplementation.cpp
1431
1432
@WEAVE_BUILD_TESTS_TRUE@am_TestWeaveCert_OBJECTS = \
1432
1433
@WEAVE_BUILD_TESTS_TRUE@ TestWeaveCert.$(OBJEXT) \
1433
1434
@WEAVE_BUILD_TESTS_TRUE@ TestWeaveCertData.$(OBJEXT) \
@@ -2465,7 +2466,8 @@ am__EXEEXT_34 =
2465
2466
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_CORE_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ happy/tests/standalone/messagelayer/test_weave_messagelayer_01.py \
2466
2467
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_CORE_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ happy/tests/standalone/dd/test_weave_dd_01.py \
2467
2468
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_CORE_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ happy/tests/standalone/heartbeat/test_weave_heartbeat_01.py \
2468
- @WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_CORE_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ happy/tests/standalone/wrmp/test_weave_wrmp_01.py
2469
+ @WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_CORE_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ happy/tests/standalone/wrmp/test_weave_wrmp_01.py \
2470
+ @WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_CORE_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ happy/tests/standalone/ip_comms/test_weave_udp.py
2469
2471
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_INET_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@am__EXEEXT_38 = happy/tests/standalone/inet/test_inet_01.py \
2470
2472
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_INET_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ happy/tests/standalone/inet/test_inet_dns_01.py \
2471
2473
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_RUN_HAPPY_INET_TRUE@@WEAVE_RUN_HAPPY_SERVICE_FALSE@@WEAVE_RUN_HAPPY_TRUE@ happy/tests/standalone/inet/test_inet_multicast_01.py
@@ -3329,7 +3331,7 @@ noinst_HEADERS = CASEOptions.h DMTestClient.h DeviceDescOptions.h \
3329
3331
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_BUILD_WARM_TRUE@TestWarm_SOURCES = TestWarm.cpp TestPersistedStorageImplementation.cpp
3330
3332
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_BUILD_WARM_TRUE@TestWarm_LDFLAGS = $(AM_CPPFLAGS)
3331
3333
@WEAVE_BUILD_TESTS_TRUE@@WEAVE_BUILD_WARM_TRUE@TestWarm_LDADD = libWeaveTestGroupKeyStore.a $(COMMON_LDADD)
3332
- @WEAVE_BUILD_TESTS_TRUE@TestWeaveCert_SOURCES = TestWeaveCert.cpp TestWeaveCertData.cpp
3334
+ @WEAVE_BUILD_TESTS_TRUE@TestWeaveCert_SOURCES = TestWeaveCert.cpp TestWeaveCertData.cpp TestPersistedStorageImplementation.cpp
3333
3335
@WEAVE_BUILD_TESTS_TRUE@TestWeaveCert_LDADD = libWeaveTestCommon.a $(COMMON_LDADD)
3334
3336
@WEAVE_BUILD_TESTS_TRUE@TestWeaveEncoding_SOURCES = TestWeaveEncoding.cpp
3335
3337
@WEAVE_BUILD_TESTS_TRUE@TestWeaveEncoding_LDADD =
@@ -8474,6 +8476,13 @@ happy/tests/standalone/wrmp/test_weave_wrmp_01.py.log: happy/tests/standalone/wr
8474
8476
--log-file $$b.log --trs-file $$b.trs \
8475
8477
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
8476
8478
"$$tst" $(AM_TESTS_FD_REDIRECT)
8479
+ happy/tests/standalone/ip_comms/test_weave_udp.py.log: happy/tests/standalone/ip_comms/test_weave_udp.py
8480
+ @p='happy/tests/standalone/ip_comms/test_weave_udp.py'; \
8481
+ b='happy/tests/standalone/ip_comms/test_weave_udp.py'; \
8482
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
8483
+ --log-file $$b.log --trs-file $$b.trs \
8484
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
8485
+ "$$tst" $(AM_TESTS_FD_REDIRECT)
8477
8486
happy/tests/standalone/inet/test_inet_01.py.log: happy/tests/standalone/inet/test_inet_01.py
8478
8487
@p='happy/tests/standalone/inet/test_inet_01.py'; \
8479
8488
b='happy/tests/standalone/inet/test_inet_01.py'; \
0 commit comments