[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:
Jonathan Hui
2019-07-23 08:47:16 -07:00
committed by GitHub
parent a5124493d9
commit e87bc42184
35 changed files with 900 additions and 920 deletions
+1 -6
View File
@@ -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)' \