public
Description: Io programming language
Homepage: http://iolanguage.com
Clone URL: git://github.com/stevedekorte/io.git
Search Repo:
'make testaddons' should use io_static instead of the io binary

Using io in testaddons would let the tests fail if Io couldn't load 
libiovmall, which is the case if it's not already installed
cypher (author)
Wed Apr 02 03:37:30 -0700 2008
commit  21115cf4d2d5422c8cfbc9559b0cdae7d87bb134
tree    e2103bb6f9d575ed5bc7a3ef0d734788a84c3a6c
parent  727f5b4dcce67b03405464d09df6c2ee6065616d
...
172
173
174
175
 
176
177
178
...
172
173
174
 
175
176
177
178
0
@@ -172,7 +172,7 @@
0
   cd tools; make test
0
 
0
 testaddons:
0
- _build/binaries/io$(BINARY_SUFFIX) build.io runUnitTests
0
+ _build/binaries/io_static$(BINARY_SUFFIX) build.io runUnitTests
0
 
0
 test:
0
   $(MAKE) testvm

Comments

    No one has commented yet.