From aa08f38a802a8f125810b5058c0a96b2699ec553 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 27 Jun 2013 16:00:39 +0200 Subject: [PATCH] Implement only the test target, not check At the moment our tests requires to be run inside a clean dbus/xvfb session, which is not always available where the check target is used (for example in distcheck). Also when running distcheck in buildbot we don't really want to run tests again, since we just run them in the check step. We might revisit this in the future but using a non standard target is the easiest solution for now. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8bb0e965..6165ac31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,9 +13,7 @@ EXTRA_DIST = \ SUBDIRS = bin src po -check: test +test: pyflakes $(top_srcdir) pep8 $(top_srcdir) - -test: python -m sugar3.test.discover $(top_srcdir)/tests