commit | 1f0fe88db11ebf99f860504bf4132fb97740504c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 25 11:57:32 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 02 18:32:58 2017 -0500 |
tree | a04150a37838bbfcaa0415a40ad496321ebf8877 | |
parent | 49f22c38f194d5704991d02d9d479d46aa0d8a57 [diff] |
test/py: Allow any unit test suite to be found The u-boot.sym file is scanned to find unit test suites for execution. At present it only finds those whose names start with 'dm' or 'env'. This code is buried in the bowels of the test code so when adding a new suite it is not easy to discover why it is ignored by the test framework. There seems to be no need to make this restriction. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com>