Line 4:
Line 4:
== Running ==
== Running ==
+
=== All zdtm tests ===
+
You can run all the tests by:
+
make test
+
or by:
+
test/zdtm.sh
+
Note, that if one test fails, ztdm will continue to run others. So, be sure to check its output for error messages.
−
You can run the tests manually by issuing a <code>make <testname>.pid</code> command. After you've done c/r-ing it you should run <code>make <testname>.out</code> and check for the <testname>.out file contents.
+
=== Certain test ===
+
You can also run the tests manually by issuing a
+
make <testname>.pid
+
command. After you've done c/r-ing it you should run
+
make <testname>.out
+
and check for the <testname>.out file contents.
If you don't want to mess with this you can use the <code>zdtm.sh</code> script. When launched without arguments runs all the tests one-by-one. The exact test can be specified by the command line argument. The <code>-l</code> option lists the tests it can run.
If you don't want to mess with this you can use the <code>zdtm.sh</code> script. When launched without arguments runs all the tests one-by-one. The exact test can be specified by the command line argument. The <code>-l</code> option lists the tests it can run.
[[Category:Development]]
[[Category:Development]]