From 018b0cd15012eae3b4e1529e887e7b704003d0b1 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 14 Mar 2013 05:28:45 -0400 Subject: [PATCH] tests: add a basic interpretation Signed-off-by: Jean Privat --- tests/nit.args | 1 + tests/sav/nit_args2.res | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 tests/sav/nit_args2.res diff --git a/tests/nit.args b/tests/nit.args index 2bd552f..b028002 100644 --- a/tests/nit.args +++ b/tests/nit.args @@ -1 +1,2 @@ --log --log-dir out/test_nitc_logs ../examples/hello_world.nit +base_simple3.nit diff --git a/tests/sav/nit_args2.res b/tests/sav/nit_args2.res new file mode 100644 index 0000000..f00c965 --- /dev/null +++ b/tests/sav/nit_args2.res @@ -0,0 +1,10 @@ +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 -- 1.7.9.5