u-boot/test/log
Sean Anderson 62ef81891d test: log: Convert log_test from python to C
When rebasing this series I had to renumber all my log tests because
someone made another log test in the meantime. This involved updaing a
number in several places (C and python), and it wasn't checked by the
compiler. So I though "how hard could it be to just rewrite in C?" And
though it wasn't hard, it *was* tedious. Tests are numbered the same as
before to allow for easier review.

A note that if a test fails, everything after it will probably also fail.
This is because that test won't clean up its filters.  There's no easy way
to do the cleanup, except perhaps removing all filters in a wrapper
function.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
2020-10-30 10:55:26 -04:00
..
cont_test.c test: log: test message continuation 2020-10-27 13:50:53 -04:00
log_test.c test: log: Convert log_test from python to C 2020-10-30 10:55:26 -04:00
Makefile test: log: test message continuation 2020-10-27 13:50:53 -04:00
nolog_test.c test: fix naming of test functions in the log test suite 2020-05-08 18:29:16 -04:00
syslog_test.c test: Fix sandbox tests failing to build 2020-10-17 09:03:22 -04:00
syslog_test.h test: log: Convert log_test from python to C 2020-10-30 10:55:26 -04:00
syslog_test_ndebug.c test: Fix sandbox tests failing to build 2020-10-17 09:03:22 -04:00
test-main.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00