From d2e3a3795f345fd78ead2cf06b1134b46f9d4bc4 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 20 Oct 2013 12:43:41 +0200 Subject: o Getting app-cat-conf to read from ~/.appconfig too. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a3e5e42..d3f3c91 100644 --- a/Makefile +++ b/Makefile @@ -3,11 +3,11 @@ all: test BINS=$(wildcard bin/app-*) $(wildcard libexec/app-*) BATS=$(sort $(patsubst test/%,%,$(filter-out test/X-%,$(wildcard test/*.bats)))) -TESTS=$(addprefix bats-,$(BATS)) +TESTS=$(addprefix test-,$(BATS)) -bats-%: - @echo === test/$(patsubst bats-%,%,$@) - @bats test/$(patsubst bats-%,%,$@) +test-%: + @echo === $@ + @bats $(patsubst test-%,test/%,$@) show-tests: @echo BATS=$(BATS) -- cgit v1.2.3