On Tue, Jun 20, 2023 at 2:17 AM David Marchand <david.march...@redhat.com> wrote: > > We forgot to add graph unit tests to the CI testsuites. > > Signed-off-by: David Marchand <david.march...@redhat.com>
Could we add Fixes: ? Either way, Acked-by: Jerin Jacob <jer...@marvell.com> > --- > app/test/meson.build | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/app/test/meson.build b/app/test/meson.build > index d0fabcbb8b..35d6baeb22 100644 > --- a/app/test/meson.build > +++ b/app/test/meson.build > @@ -250,6 +250,8 @@ fast_tests = [ > ['thash_autotest', true, true], > ['threads_autotest', true, true], > ['trace_autotest', true, true], > + ['graph_autotest', true, true], > + ['node_list_dump', true, true], > ] > > # Tests known to have issues or which don't belong in other tests lists. > @@ -298,6 +300,7 @@ perf_test_names = [ > 'trace_perf_autotest', > 'ipsec_perf_autotest', > 'thash_perf_autotest', > + 'graph_perf_autotest', > ] > > driver_test_names = [ > -- > 2.40.1 >