Skip to content

Commit

Permalink
Revert "simplified test target."
Browse files Browse the repository at this point in the history
This reverts commit f017080.
  • Loading branch information
strizhechenko committed Feb 28, 2017
1 parent 2816023 commit 5f0677c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
test:
./tests/rss-ladder
./utils/rx-buffers-increase
test: env
. env/bin/activate && \
./tests/rss-ladder && \
./utils/rx-buffers-increase

help:
@echo " env create a development environment using virtualenv"
Expand Down

0 comments on commit 5f0677c

Please sign in to comment.