summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 643e62a6..b93bfc5c 100644
--- a/Makefile
+++ b/Makefile
@@ -60,8 +60,6 @@ depend: $(PROG)
TESTS := $(patsubst $(top_srcdir)/%.txr,./%.ok,\
$(shell find $(top_srcdir)/tests -name '*.txr' | sort))
-$(warning $(TESTS))
-
tests: $(PROG) $(TESTS)
@echo "** tests passed!"