Skip to content

Commit

Permalink
[dist] verbose output for test_unit and test_system
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed Jan 19, 2016
1 parent 7781e70 commit 50a0d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/Makefile
Expand Up @@ -57,9 +57,9 @@ install_overview:
$(INSTALL) -m 644 overview.html.TEMPLATE $(DESTDIR)$(OBS_DOCUMENT_ROOT)/overview

test_unit:
prove t/*.t
prove -v t/*.t

test_system:
prove t/*.ts
prove -v t/*.ts

.PHONY: test_unit test_system

0 comments on commit 50a0d30

Please sign in to comment.