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. --- clojure/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'clojure/Makefile') diff --git a/clojure/Makefile b/clojure/Makefile index 376d107..2ddfbcc 100644 --- a/clojure/Makefile +++ b/clojure/Makefile @@ -1,21 +1,12 @@ - -TESTS = - SOURCES_BASE = src/readline.clj src/reader.clj src/printer.clj SOURCES_LISP = src/env.clj src/core.clj src/stepA_more.clj SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) all: -.PHONY: stats tests $(TESTS) +.PHONY: stats stats: $(SOURCES) @wc $^ stats-lisp: $(SOURCES_LISP) @wc $^ - -tests: $(TESTS) - -$(TESTS): - @echo "Running $@"; \ - lein with-profile XXX$@XXX trampoline run || exit 1; \ -- cgit v1.2.3