28/03/2019 19:26, Thomas Monjalon:
> > Dharmik Thakkar (3):
> > test/hash: replace macro with log-level approach
> > test/efd: enable unit test compilation always
> > test/timer: enable unit test compilation always
>
> Applied, thanks
PS: for 32-bit build, I had to replace "%lu" by "%"PRIuP
> Dharmik Thakkar (3):
> test/hash: replace macro with log-level approach
> test/efd: enable unit test compilation always
> test/timer: enable unit test compilation always
Applied, thanks
Currently, in test code, for printing extra information,
compilation time options are used. This approach does not compile the
code always. Macro needs to be set for the code to compile.
This patchset replaces compilation time option with log level based
approach, thus enabling compilation of code
3 matches
Mail list logo