From 42c07eb18db3d5855143731b39d1984a476567cd Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 26 Jun 2009 11:22:48 -0700 Subject: [PATCH] [CHANGED] default test suite now includes big_test --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 19c43ab..4e19f07 100644 --- a/test/Makefile +++ b/test/Makefile @@ -11,7 +11,7 @@ ifeq ($(BINFORMAT), bin) @echo " Your platform, " $(PLATFORM) ", is unsupported." endif -all: lt gt ge le eq neq if while until repeat for do break print +all: lt gt ge le eq neq if while until repeat for do break print big_test @true lt: test.rb test_lt.code