tests: add sav/netdbg.res
authorJean Privat <jean@pryen.org>
Wed, 14 Aug 2013 00:37:52 +0000 (20:37 -0400)
committerJean Privat <jean@pryen.org>
Wed, 14 Aug 2013 00:37:52 +0000 (20:37 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/sav/netdbg.res [new file with mode: 0644]
tests/testfull.sh

diff --git a/tests/sav/netdbg.res b/tests/sav/netdbg.res
new file mode 100644 (file)
index 0000000..73be17a
--- /dev/null
@@ -0,0 +1,17 @@
+  -W, --warn              Show warnings
+  -q, --quiet             Do not show warnings
+  --stop-on-first-error   Stop on first error
+  --no-color              Do not use color to display errors and warnings
+  --log                   Generate various log files
+  --log-dir               Directory where to generate log files
+  -h, -?, --help          Show Help (This screen)
+  --version               Show version and exit
+  -v, --verbose           Verbose
+  -I, --path              Set include path for loaders (may be used more than once)
+  --only-parse            Only proceed to parse step of loaders
+  --only-metamodel        Stop after meta-model processing
+  --discover-call-trace   Trace calls of the first invocation of a method
+  -d                      Launches the target program with the debugger attached to it
+  -c                      Launches the target program with the interpreter, such as when the program fails, the debugging prompt is summoned
+  --port                  Sets the debug port (Defaults to 22125) - Must be contained between 0 and 65535
+  -o                      compatibility (does noting)
index ea03476..3b2fef7 100755 (executable)
@@ -6,4 +6,4 @@ do
        y="$x/$bx.nit"
        test -f $y && list="$list $y"
 done
-./tests.sh "$@" *.nit ../examples/*.nit ../examples/leapfrog/leapfrog.nit ../examples/shoot/shoot_logic.nit ../lib/*.nit $list ../src/nitdoc.nit ../src/nits.nit ../src/nitc.nit ../src/test_parser.nit ../src/nit.nit ../src/nitmetrics.nit ../src/nitg.nit ../src/nitx.nit ../src/ni_nitdoc.nit
+./tests.sh "$@" *.nit ../examples/*.nit ../examples/leapfrog/leapfrog.nit ../examples/shoot/shoot_logic.nit ../lib/*.nit $list ../src/nitdoc.nit ../src/nits.nit ../src/nitc.nit ../src/test_parser.nit ../src/nit.nit ../src/nitmetrics.nit ../src/nitg.nit ../src/nitx.nit ../src/ni_nitdoc.nit ../src/netdbg.nit