From fd9350cd10af43659befb4a26b81635927f0033f Mon Sep 17 00:00:00 2001 From: f Date: Sat, 26 Jun 2021 20:34:53 -0300 Subject: [PATCH] permitir autocompletar tests en make --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3a74f57..c083ddf8 100644 --- a/Makefile +++ b/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