Merge remote branch 'jean-sebastien/various-fixes' into next
authorJean Privat <jean@pryen.org>
Fri, 21 Jan 2011 21:27:44 +0000 (16:27 -0500)
committerJean Privat <jean@pryen.org>
Fri, 21 Jan 2011 21:29:15 +0000 (16:29 -0500)
1  2 
tests/Makefile

diff --combined tests/Makefile
@@@ -1,18 -1,18 +1,18 @@@
  
 +all: separate global icode
 +
  separate:
-       ./tests.sh *.nit ../examples/*.nit ../src/nitdoc.nit
+       ./tests.sh *.nit ../examples/*.nit ../src/nitdoc.nit ../src/nitc.nit
  
  some:
        ./tests.sh base_compile.nit base_attr.nit base_gen.nit test_gen_inh.nit bench_fib.nit example_objet.nit
  
  global:
-       ./tests.sh -o --global *.nit ../examples/*.nit ../src/nitdoc.nit
+       ./tests.sh -o --global *.nit ../examples/*.nit ../src/nitdoc.nit ../src/nitc.nit
  
  icode:
        ./tests_icode.sh icode*.nit
  
 -all: separate global icode
 -
  failed:
        @[ ! -s errlist ] && echo 'No failed tests to execute' ; true
        @[ -s errlist ] && ./tests.sh `cat errlist | sort -u` ; true