Skip to content

Commit 5b7ba9f

Browse files
committed
Add test target to Makefile
1 parent 15272cb commit 5b7ba9f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ PMV := python-messaging-$(VERSION)
77
all:
88
@echo Usage: make deb \[TARGET=ubuntu-lucid\] \| rpm
99

10+
test:
11+
nosetests -v -w . messaging/test
12+
1013
rpm:
1114
@if [ ! -d $(SOURCES) ] ;\
1215
then\

0 commit comments

Comments
 (0)