Skip to content

Commit

Permalink
Merge branch 'master' into feature/completion-suppress-errormsgs
Browse files Browse the repository at this point in the history
  • Loading branch information
karbassi committed Aug 23, 2017
2 parents efea0fa + 52d47a4 commit 0e833e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ dist: $(DISTFILES) todo.sh
rm -r $(DISTNAME)

.PHONY: clean
clean:
clean: test-pre-clean
rm -f $(DISTNAME).tar.gz $(DISTNAME).zip
rm VERSION-FILE

install:
install --mode=755 todo.sh $(INSTALL_DIR)
Expand All @@ -48,7 +49,7 @@ test-pre-clean:
aggregate-results: $(TESTS)

$(TESTS): test-pre-clean
-cd tests && ./$(notdir $@) $(TEST_OPTIONS)
cd tests && ./$(notdir $@) $(TEST_OPTIONS)

test: aggregate-results
tests/aggregate-results.sh tests/test-results/t*-*
Expand Down

0 comments on commit 0e833e4

Please sign in to comment.