mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 11:41:43 +00:00
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
|
||||
|
||||
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'
|
||||
|
||||
test: always
|
||||
|
|
Loading…
Reference in a new issue