]> git.ipfire.org Git - thirdparty/lldpd.git/commit
fail_* macros do not break execution flow.
authorVincent Bernat <bernat@luffy.cx>
Tue, 7 Jul 2009 07:01:45 +0000 (09:01 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 7 Jul 2009 13:23:39 +0000 (15:23 +0200)
commit9360858c8b83279fbe1bfaa43b714f17b3d2bf5b
treed4888e54b6fd8472596d5e76a5be56af0cdd791c
parent654f6246b3a64732c12f9b947e75377c9eb879c4
fail_* macros do not break execution flow.

Unlike what happen with unit tests framework in other languages,
fail_* macro does not jump to next test. Therefore, we have to break
flow ourselves.
tests/check_lldp.c
tests/check_pack.c