Skip to content

Commit

Permalink
Another makefile tweak to better support brew test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Jennings committed Nov 7, 2016
1 parent 0bc06e2 commit 571df18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@ sniff: $(ROSIEBIN)

test:
@echo Running tests in test/all.lua
echo 'rosie="$(EXECROSIE)"; dofile "$(HOME)/test/all.lua"' | $(EXECROSIE) -D
echo "rosie=\"$(EXECROSIE)\"; dofile \"$(HOME)/test/all.lua\"" | $(EXECROSIE) -D

0 comments on commit 571df18

Please sign in to comment.