tests: add libs/*.nit to tests
authorJean Privat <jean@pryen.org>
Fri, 11 Feb 2011 21:14:58 +0000 (16:14 -0500)
committerJean Privat <jean@pryen.org>
Tue, 15 Feb 2011 18:02:46 +0000 (13:02 -0500)
This will avoid the surprise break of a unused library.

Signed-off-by: Jean Privat <jean@pryen.org>

tests/Makefile
tests/sav/dummy_array.sav [new file with mode: 0644]
tests/sav/filter_stream.sav [new file with mode: 0644]
tests/sav/game.fail [new file with mode: 0644]
tests/sav/opts.sav [new file with mode: 0644]
tests/sav/sdl.fail [new file with mode: 0644]

index f5acfd9..3d91575 100644 (file)
@@ -2,13 +2,13 @@
 all: separate global icode
 
 separate:
-       ./tests.sh *.nit ../examples/*.nit ../src/nitdoc.nit ../src/nitc.nit
+       ./tests.sh *.nit ../examples/*.nit ../lib/*.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 ../src/nitc.nit
+       ./tests.sh -o --global *.nit ../examples/*.nit ../lib/*.nit ../src/nitdoc.nit ../src/nitc.nit
 
 icode:
        ./tests_icode.sh icode*.nit
diff --git a/tests/sav/dummy_array.sav b/tests/sav/dummy_array.sav
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tests/sav/filter_stream.sav b/tests/sav/filter_stream.sav
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tests/sav/game.fail b/tests/sav/game.fail
new file mode 100644 (file)
index 0000000..7f85acf
--- /dev/null
@@ -0,0 +1 @@
+Compilation error
diff --git a/tests/sav/opts.sav b/tests/sav/opts.sav
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tests/sav/sdl.fail b/tests/sav/sdl.fail
new file mode 100644 (file)
index 0000000..7f85acf
--- /dev/null
@@ -0,0 +1 @@
+Compilation error