Skip to content

Commit

Permalink
Add "make test" goal
Browse files Browse the repository at this point in the history
  • Loading branch information
alavrik committed Apr 5, 2015
1 parent 59958f6 commit bb94c64
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 9 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DESTDIR ?= /usr/local
DIRS = piqirun piqic-ocaml


.PHONY: install uninstall clean distclean
.PHONY: install uninstall clean distclean test


install:
Expand All @@ -21,4 +21,11 @@ uninstall:
rm -f $(DESTDIR)/bin/piqic-ocaml


distclean: clean
test:
$(MAKE) -C tests


distclean:
$(MAKE) clean
$(MAKE) -C tests clean

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ list](TODO) for ideas.

Some useful commands:

make -C tests
make -C tests clean
make test


License
Expand Down

0 comments on commit bb94c64

Please sign in to comment.