From 90f6d21ed4c1594122eb705dfe2731b392726bbc Mon Sep 17 00:00:00 2001 From: coke Date: Fri, 11 Dec 2009 13:46:31 -0500 Subject: [PATCH] Add a fulltest target to just run everything in t/ [*] [*] This actually hangs atm due to loop flow control failures. --- build/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/Makefile.in b/build/Makefile.in index 818550d..33a106e 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -131,9 +131,14 @@ TEST_FILES = \ t/cmd_while.t \ t/tcl_command_subst.t +# Only those tests that pass for now. test: $(PARTCL_EXE) prove --exec=./$(PARTCL_EXE) $(TEST_FILES) +# Expected to fail. +fulltest: + prove --exec=./$(PARTCL_EXE) t + ## cleaning clean: