> > The default rule being "all", it builds noinst_PROGRAMS but not > check_PROGRAMS. Let's build all the tests by default. > > Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxx> Acked-by: Frediano Ziglio <fziglio@xxxxxxxxxx> Frediano > --- > server/tests/Makefile.am | 18 ++++++++---------- > 1 file changed, 8 insertions(+), 10 deletions(-) > > diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am > index 2161023..7fd7d66 100644 > --- a/server/tests/Makefile.am > +++ b/server/tests/Makefile.am > @@ -35,6 +35,13 @@ LDADD = \ > $(SPICE_NONPKGCONFIG_LIBS) \ > $(NULL) > > +TESTS = \ > + stat_test \ > + stream-test \ > + test-loop \ > + test-qxl-parsing \ > + $(NULL) > + > noinst_PROGRAMS = \ > test_display_no_ssl \ > test_display_streaming \ > @@ -47,16 +54,7 @@ noinst_PROGRAMS = \ > test_vdagent \ > test_display_width_stride \ > spice-server-replay \ > - stream-test \ > - stat_test \ > - test-loop \ > - $(NULL) > - > -TESTS = \ > - stat_test \ > - test-qxl-parsing \ > - stream-test \ > - test-loop \ > + $(TESTS) \ > $(NULL) > > check_PROGRAMS = $(TESTS) > -- > 2.5.0 > > _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel