mirror of
https://github.com/espressif/openthread.git
synced 2026-08-13 14:17:47 +00:00
[diag] move factory diags into core (#4010)
- Simplifies make files by not having to deal with separate library. - Combine factory diags source into single source file.
This commit is contained in:
@@ -165,6 +165,7 @@ check_SCRIPTS = \
|
||||
test_coaps.py \
|
||||
test_common.py \
|
||||
test_crypto.py \
|
||||
test_diag.py \
|
||||
test_ipv6.py \
|
||||
test_lowpan.py \
|
||||
test_mac802154.py \
|
||||
@@ -266,12 +267,6 @@ check_SCRIPTS = \
|
||||
Cert_9_2_18_RollBackActiveTimestamp.py \
|
||||
$(NULL)
|
||||
|
||||
if OPENTHREAD_ENABLE_DIAG
|
||||
check_SCRIPTS += \
|
||||
test_diag.py \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
export \
|
||||
top_builddir='$(top_builddir)' \
|
||||
|
||||
Reference in New Issue
Block a user