From: Jean-Sebastien Gelinas Date: Fri, 7 Jan 2011 21:24:24 +0000 (-0500) Subject: tests: add test for logging feature of nitc X-Git-Tag: v0.4~21^2~1 X-Git-Url: http://nitlanguage.org tests: add test for logging feature of nitc Signed-off-by: Jean-Sebastien Gelinas --- diff --git a/.gitignore b/.gitignore index a0fa7d6..6dee606 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ tests/*.err tests/*.write tests/alt tests/errlist +tests/test_nitc_logs +tests/hello_world diff --git a/tests/nitc.args b/tests/nitc.args new file mode 100644 index 0000000..1fba5e2 --- /dev/null +++ b/tests/nitc.args @@ -0,0 +1 @@ +--log --log-dir test_nitc_logs ../examples/hello_world.nit diff --git a/tests/sav/nitc_args1.sav b/tests/sav/nitc_args1.sav new file mode 100644 index 0000000..e69de29