aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjhjaggars <jhjaggars@gmail.com>2012-02-28 07:53:19 -0800
committerjhjaggars <jhjaggars@gmail.com>2012-02-28 07:53:19 -0800
commita0c94dff75fb0ab26e003885379ef6ddd51ca4f0 (patch)
treefd6da3f187937e045812e6d0ee0678ccc98bcc75 /Makefile
parentaf1567395d1cfc2ef84b68478309ca47515d622d (diff)
parent6aa392791870474e577adeb8a24bad2ccd1a8390 (diff)
downloadsos-a0c94dff75fb0ab26e003885379ef6ddd51ca4f0.tar.gz
Merge pull request #38 from jhjaggars/master
This patch fixes several little logic bugs as well as addresses issue 27
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88a6532d..ee4859ca 100644
--- a/Makefile
+++ b/Makefile
@@ -102,3 +102,6 @@ test:
echo $$test; \
PYTHONPATH=`pwd` python $$test; \
done; \
+
+nose:
+ nosetests -v --with-cover --cover-package=sos --cover-html