Change in vdsm[master]: make: Add check-all target

nsoffer at redhat.com nsoffer at redhat.com
Tue Sep 9 19:53:50 UTC 2014


Nir Soffer has uploaded a new change for review.

Change subject: make: Add check-all target
......................................................................

make: Add check-all target

The previous patch made it easy to skip the stress and slow tests, and
hard to run them. This make it easy again to run the stress and slow
tests:

    make check-all

Change-Id: I6ef034a8ca11473efcad3b568f4bb6df886b3ce6
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
---
M Makefile.am
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/21/32721/1

diff --git a/Makefile.am b/Makefile.am
index a6c1282..aa17867 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,6 +102,10 @@
 	  done; \
 	fi;
 
+.PHONY: check-all
+check-all:
+	$(MAKE) check NOSE_STRESS_TESTS=1 NOSE_SLOW_TESTS=1
+
 all-local: \
 	vdsm.spec
 


-- 
To view, visit http://gerrit.ovirt.org/32721
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ef034a8ca11473efcad3b568f4bb6df886b3ce6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>


More information about the vdsm-patches mailing list