From 11d8a60465787cbfc27b83bbe16035ff38e01fbc Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Gelinas Date: Fri, 7 Jan 2011 16:24:24 -0500 Subject: [PATCH] tests: add test for logging feature of nitc Signed-off-by: Jean-Sebastien Gelinas --- .gitignore | 2 ++ tests/nitc.args | 1 + 2 files changed, 3 insertions(+) create mode 100644 tests/nitc.args create mode 100644 tests/sav/nitc_args1.sav 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 -- 1.7.9.5