tests: activate some exising tests in examples/
authorJean Privat <jean@pryen.org>
Thu, 28 Aug 2014 04:51:35 +0000 (00:51 -0400)
committerJean Privat <jean@pryen.org>
Thu, 28 Aug 2014 21:00:11 +0000 (17:00 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

examples/mpi/src/mpi_simple.nit
tests/listfull.sh

index 4691e18..abe289d 100644 (file)
@@ -21,7 +21,6 @@ import mpi
 # Simple class transfered between processors
 class ProcessorInfo
        auto_serializable
-       super Serializable
 
        var rank: Int
        var size: Int
index ccba510..b02edda 100755 (executable)
@@ -14,6 +14,8 @@ printf "%s\n" "$@" *.nit \
        ../examples/*/src/*_linux.nit \
        ../examples/*/src/*_null.nit \
        ../examples/pnacl/converter/converter.nit \
+       ../examples/nitcorn/src/*.nit \
+       ../examples/mpi/src/*.nit \
        ../lib/*.nit $list \
        ../src/nit*.nit \
        ../src/test_*.nit \