From cc021efe10380039a13da5300990639203450634 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sun, 27 Apr 2014 17:58:48 -0500 Subject: Add step5/9 tests for impls that support it. - Also remove broken make/tests/*.mk tests. Not used any more. --- bash/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'bash/Makefile') diff --git a/bash/Makefile b/bash/Makefile index d5a0867..e171f69 100644 --- a/bash/Makefile +++ b/bash/Makefile @@ -1,5 +1,3 @@ -TESTS = tests/types.sh tests/reader.sh - SOURCES_BASE = types.sh reader.sh printer.sh SOURCES_LISP = env.sh core.sh stepA_more.sh SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) @@ -15,15 +13,9 @@ mal.sh: $(SOURCES) clean: rm -f mal.sh -.PHONY: stats tests $(TESTS) +.PHONY: stats stats: $(SOURCES) @wc $^ stats-lisp: $(SOURCES_LISP) @wc $^ - -tests: $(TESTS) - -$(TESTS): - @echo "Running $@"; \ - bash $@ || exit 1; \ -- cgit v1.2.3