From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Tue, 3 Mar 2020 02:45:59 +0000 Subject: [PATCH v5 5/6] test: log: test syslog logging driver In-Reply-To: References: <20200226204820.17376-1-xypron.glpk@gmx.de> <20200226204820.17376-6-xypron.glpk@gmx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 26 Feb 2020 at 12:48, Heinrich Schuchardt wrote: > > Provide unit tests for the syslog logging driver. > > Signed-off-by: Heinrich Schuchardt > --- > v5: > no change > v4: > provide more comments > move uts and expected to a common structure > expect 'uboot:' not 'uboot[1]:' in syslog message > v3: > new patch > --- > test/log/Makefile | 4 + > test/log/syslog_test.c | 280 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 284 insertions(+) > create mode 100644 test/log/syslog_test.c Reviewed-by: Simon Glass See below > Applied to u-boot-dm, thanks!