tests: add `-` for nit
authorJean Privat <jean@pryen.org>
Fri, 3 Jun 2016 02:02:49 +0000 (22:02 -0400)
committerJean Privat <jean@pryen.org>
Fri, 3 Jun 2016 11:35:13 +0000 (07:35 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/nit.args
tests/nit_args8.inputs [new file with mode: 0644]
tests/niti.skip
tests/nitvm.skip
tests/sav/nit_args8.res [new file with mode: 0644]

index cbaafd9..ba1a276 100644 (file)
@@ -5,3 +5,4 @@ base_simple3.nit
 -e 'print "hello world"'
 -n -e 'print line' test_prog/README.md test_prog/test_prog.nit
 test_ffi_c_interpreter.nit
+-
diff --git a/tests/nit_args8.inputs b/tests/nit_args8.inputs
new file mode 100644 (file)
index 0000000..c878eeb
--- /dev/null
@@ -0,0 +1 @@
+print "Hello!"
index 4634f40..d93ce27 100644 (file)
@@ -4,6 +4,7 @@ nit_args3
 nit_args4
 nit_args5
 nit_args6
+nit_args8
 nitvm_args1
 nitvm_args3
 nitc_args1
index a68b4cc..b8ae2ec 100644 (file)
@@ -4,6 +4,7 @@ nit_args3
 nit_args4
 nit_args5
 nit_args6
+nit_args8
 nitvm_args1
 nitvm_args3
 nitc_args1
diff --git a/tests/sav/nit_args8.res b/tests/sav/nit_args8.res
new file mode 100644 (file)
index 0000000..10ddd6d
--- /dev/null
@@ -0,0 +1 @@
+Hello!