On 06/08/2018 16:33, Emanuele Giuseppe Esposito wrote: > Convert tests/sdhci-test in first qgraph test node, sdhci-test. This test > consumes an sdhci interface and checks that its function return the > expected values. > > Note that this test does not allocate any sdhci structure, it's all done by > the > qtest walking graph mechanism > > Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuse...@gmail.com> > --- > tests/Makefile.include | 9 +- > tests/sdhci-test.c | 222 ++++++++++++----------------------------- > 2 files changed, 68 insertions(+), 163 deletions(-) ... > + > +libqos_init(sdhci_test);
"libqos_init(register_sdhci_tests)"? Reviewed-by: Laurent Vivier <lviv...@redhat.com> Thanks, Laurent