]> git.baikalelectronics.ru Git - uboot.git/commit
test: Add some setexpr regex tests
authorSimon Glass <sjg@chromium.org>
Sun, 1 Nov 2020 21:15:38 +0000 (14:15 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 1 Dec 2020 15:33:38 +0000 (10:33 -0500)
commit744217e6d63edf463dadd404e47ba85fb97cb43b
tree4f3a32f247135938d0a292c8c23c9926a069074a
parentba4602389bf979e5775a7c00898bf6551d122e81
test: Add some setexpr regex tests

Add tests for the setexpr regex commands.

Note that these tests currently crash on sandbox due to an existing bug in
the setexpr implementation, so two of the tests are commented out.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/cmd/setexpr.c