tests: adds test for separate_options module
authorAlexis Laferrière <alexis.laf@xymus.net>
Sat, 18 Feb 2012 23:54:09 +0000 (18:54 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 12 Apr 2012 19:38:16 +0000 (15:38 -0400)
Testing simple and multiple lines.

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/sav/test_separate_options.sav [new file with mode: 0644]
tests/test_separate_options.nit [new file with mode: 0644]
tests/test_separate_options.nit.args [new file with mode: 0644]

diff --git a/tests/sav/test_separate_options.sav b/tests/sav/test_separate_options.sav
new file mode 100644 (file)
index 0000000..9766475
--- /dev/null
@@ -0,0 +1 @@
+ok
diff --git a/tests/test_separate_options.nit b/tests/test_separate_options.nit
new file mode 100644 (file)
index 0000000..8282af4
--- /dev/null
@@ -0,0 +1 @@
+print "ok"
diff --git a/tests/test_separate_options.nit.args b/tests/test_separate_options.nit.args
new file mode 100644 (file)
index 0000000..9ecb891
--- /dev/null
@@ -0,0 +1,2 @@
+--cc-lib-name dl
+--cc-lib-name m