commit | 74fd547881230d516736d2e0a7ef94ffae9bcfd6 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Dec 07 19:00:40 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 15 11:49:19 2018 -0500 |
tree | 8a04fda4ce1a4705b5948130e2fae6747fc435d6 | |
parent | 40e0945ac14ce09b42fdd49ca625d8c38a19d653 [diff] |
test: Only descend into test/ when CONFIG_UNIT_TEST is enabled The contents of the test subdirectories only make sense when we have CONFIG_UNIT_TEST set. We will otherwise attempt to build code on for example sandbox that needs CONFIG_UNIT_TEST otherwise and rather than complicate the Makefiles simply leave them out when we can. Signed-off-by: Tom Rini <trini@konsulko.com>