tests: add example converter to tests (and not pnacl)
authorAlexis Laferrière <alexis.laf@xymus.net>
Sat, 3 May 2014 13:24:30 +0000 (09:24 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 20 May 2014 18:16:32 +0000 (14:16 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/exec.skip
tests/nitg-e.skip
tests/nitg-g.skip
tests/nitg-s.skip
tests/testfull.sh

index b099f64..6648b59 100644 (file)
@@ -5,3 +5,4 @@ moles_linux
 simple_linux
 shoot_linux
 websocket_server
+converter
index e1ba289..a2d517e 100644 (file)
@@ -3,3 +3,5 @@ init_linext
 inline
 test_json
 pep8analysis_args
+converter
+pnacl
index ed1c634..966fd62 100644 (file)
@@ -4,3 +4,4 @@ inline
 nitg
 test_json
 mnit
+pnacl
index e1ba289..a2d517e 100644 (file)
@@ -3,3 +3,5 @@ init_linext
 inline
 test_json
 pep8analysis_args
+converter
+pnacl
index ad399c8..003c80a 100755 (executable)
@@ -12,6 +12,7 @@ done
        ../examples/shoot/src/shoot_logic.nit \
        ../examples/*/src/*_android.nit \
        ../examples/*/src/*_linux.nit \
+       ../examples/pnacl/converter/converter.nit \
        ../lib/*.nit $list \
        ../src/nit*.nit \
        ../src/test_*.nit \