[CHANGED] default test suite now includes big_test

This commit is contained in:
Sami Samhuri 2009-06-26 11:22:48 -07:00
parent 0fbb366e9c
commit 42c07eb18d

View file

@ -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