summaryrefslogtreecommitdiffstats
path: root/test/dm/rng.c
Commit message (Collapse)AuthorAgeFilesLines
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-1/+1
| | | | | | | | | | The test flags used by driver model are currently not available to other tests. Rather than creating two sets of flags, make these flags generic by changing the DM_ prefix to UT_ and moving them to the test.h header. This will allow adding other test flags without confusion. Signed-off-by: Simon Glass <sjg@chromium.org>
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
| | | | | | Move this header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
* test: rng: Add basic test for random number generator(rng) uclassSughosh Ganu2020-01-071-0/+26
Add a unit test for testing the rng uclass functionality using the sandbox rng driver. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>