]> git.ipfire.org Git - thirdparty/systemd.git/commit
Add a set of assertion macros to tests.h
authorUnique-Usman <usmanakinyemi202@gmail.com>
Fri, 15 Mar 2024 22:34:11 +0000 (04:04 +0530)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 19 Mar 2024 11:37:45 +0000 (11:37 +0000)
commite19186359a25ec56d1dd0a68def06aff1bbb19bb
tree38035c49941dbafdf2d5956d1b85300182970330
parent66444455867f5f6313151a480d2651d7ac90dcac
Add a set of assertion macros to tests.h
(ASSERT_OK(), ASSERT_EQ(), ASSERT_GE(), ASSERT_LE()) that log the failed condition before crashing and convert test-gpt.c test file to use them
src/shared/tests.h
src/test/test-gpt.c