mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +00:00
[CHANGED] default test suite now includes big_test
This commit is contained in:
parent
0fbb366e9c
commit
42c07eb18d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue