From f10ec3036e7609e73b72bac9e372042e9ea64899 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Fri, 11 Feb 2011 16:14:58 -0500 Subject: [PATCH] tests: add libs/*.nit to tests This will avoid the surprise break of a unused library. Signed-off-by: Jean Privat --- tests/Makefile | 4 ++-- tests/sav/game.fail | 1 + tests/sav/sdl.fail | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 tests/sav/dummy_array.sav create mode 100644 tests/sav/filter_stream.sav create mode 100644 tests/sav/game.fail create mode 100644 tests/sav/opts.sav create mode 100644 tests/sav/sdl.fail diff --git a/tests/Makefile b/tests/Makefile index f5acfd9..3d91575 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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 index 0000000..e69de29 diff --git a/tests/sav/filter_stream.sav b/tests/sav/filter_stream.sav new file mode 100644 index 0000000..e69de29 diff --git a/tests/sav/game.fail b/tests/sav/game.fail new file mode 100644 index 0000000..7f85acf --- /dev/null +++ b/tests/sav/game.fail @@ -0,0 +1 @@ +Compilation error diff --git a/tests/sav/opts.sav b/tests/sav/opts.sav new file mode 100644 index 0000000..e69de29 diff --git a/tests/sav/sdl.fail b/tests/sav/sdl.fail new file mode 100644 index 0000000..7f85acf --- /dev/null +++ b/tests/sav/sdl.fail @@ -0,0 +1 @@ +Compilation error -- 1.7.9.5