[LTP] [RFC PATCH 2/2] sched_football: Rewrite into new API

Cyril Hrubis chrubis@suse.cz
Fri Jul 12 13:21:24 CEST 2024


Hi!
> Combining LTP librealtime (librttest.c) and LTP library is somehow
> experimental. -lltp was needed to be added to CFLAGS but yet on musl
> it fails to find the function on runtime:
> tst_test.c:985: TBROK: No test function specified

That should not happen, you get this message something went horribly
wrong and the test_all function pointer ended up NULL in the test
library. Which gcc version was it, I would expect that this would be
more compiler specific than libc specific.

Otherwise the conversion looks pretty straightforward, mostly about
option parsing and printf vs tst_res().

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list