permitir autocompletar tests en make
This commit is contained in:
parent
66d1846cea
commit
fd9350cd10
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -32,7 +32,8 @@ public/packs/manifest.json.br: $(assets)
|
||||||
|
|
||||||
assets: public/packs/manifest.json.br
|
assets: public/packs/manifest.json.br
|
||||||
|
|
||||||
test/%_test.rb: always
|
tests := $(shell find test/ -name "*_test.rb")
|
||||||
|
$(tests): always
|
||||||
$(hain) 'cd /Sutty/sutty; bundle exec rake test TEST="$@" RAILS_ENV=test'
|
$(hain) 'cd /Sutty/sutty; bundle exec rake test TEST="$@" RAILS_ENV=test'
|
||||||
|
|
||||||
test: always
|
test: always
|
||||||
|
|
Loading…
Reference in a new issue