]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: unit test for longjmp
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 23 Mar 2021 18:11:27 +0000 (19:11 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 8 Apr 2021 07:37:29 +0000 (15:37 +0800)
commitf709a0b6f9c986e2a921435d095fc498949b53fa
treeaead68051e472b49fbcaa740fb91cf45b100f0f1
parenta718e2aed52a135f7a6a8745a49e4f5bdff49ecf
test: unit test for longjmp

Provide a unit test for the longjmp() library function

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Sean Anderson <seanga2@gmail.com>
test/lib/Makefile
test/lib/longjmp.c [new file with mode: 0644]