Thomas Huth writes:
> On 01.09.2017 20:03, Eric Blake wrote:
>> Put static functions prior to public ones, in part so that
>> improvements to qtest_start() can benefit from the static
>> helpers without needing forward references. Code motion, with
>> no semantic change.
>>
>> Signed-off-by: Er
On 01.09.2017 20:03, Eric Blake wrote:
> Put static functions prior to public ones, in part so that
> improvements to qtest_start() can benefit from the static
> helpers without needing forward references. Code motion, with
> no semantic change.
>
> Signed-off-by: Eric Blake
> ---
> tests/libqt
Put static functions prior to public ones, in part so that
improvements to qtest_start() can benefit from the static
helpers without needing forward references. Code motion, with
no semantic change.
Signed-off-by: Eric Blake
---
tests/libqtest.c | 263 +++