5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-17 17:22:21 +00:00

permitir autocompletar tests en make

This commit is contained in:
f 2021-06-26 20:34:53 -03:00
parent 66d1846cea
commit fd9350cd10

View file

@ -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