We should have all or none, I don't see the point of having just some of them. Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxx> --- server/tests/Makefile.am | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am index 15196f9..007930c 100644 --- a/server/tests/Makefile.am +++ b/server/tests/Makefile.am @@ -35,6 +35,12 @@ LDADD = \ $(SPICE_NONPKGCONFIG_LIBS) \ $(NULL) +TESTS = \ + stat_test \ + stream-test \ + test-qxl-parsing \ + $(NULL) + noinst_PROGRAMS = \ test_display_no_ssl \ test_display_streaming \ @@ -47,14 +53,7 @@ noinst_PROGRAMS = \ test_vdagent \ test_display_width_stride \ spice-server-replay \ - stream-test \ - stat_test \ - $(NULL) - -TESTS = \ - stat_test \ - test-qxl-parsing \ - stream-test \ + $(TESTS) \ $(NULL) check_PROGRAMS = $(TESTS) -- 2.5.0 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel