util-linux/tests
Karel Zak b30cd7eed5 ipcs: add new tests for ipcs limits
The tests check if data from kernel and from the ipcs command are same.

Signed-off-by: Karel Zak <kzak@redhat.com>
2007-01-04 14:53:57 +01:00
..
expected ipcs: add new tests for ipcs limits 2007-01-04 14:53:57 +01:00
helpers tests: add simple helper that returns info about system 2007-01-04 14:53:19 +01:00
Makefile.am ipcs: add new tests for ipcs limits 2007-01-04 14:53:57 +01:00
README tests: add basic infrastructure for regression tests 2007-01-04 14:23:48 +01:00
commands.sh.in tests: add simple helper that returns info about system 2007-01-04 14:53:19 +01:00
functions.sh ipcs: add new tests for ipcs limits 2007-01-04 14:53:57 +01:00
run.sh ipcs: add new tests for ipcs limits 2007-01-04 14:53:57 +01:00
ts-ipcs-headers ipcs: add regression test for output headers 2007-01-04 14:41:29 +01:00
ts-ipcs-limits ipcs: add new tests for ipcs limits 2007-01-04 14:53:57 +01:00
ts-ipcs-limits2 ipcs: add new tests for ipcs limits 2007-01-04 14:53:57 +01:00
ts-ipcs.sh ipcs: add new tests for ipcs limits 2007-01-04 14:53:57 +01:00
ts-mount-paths tests: add basic infrastructure for regression tests 2007-01-04 14:23:48 +01:00

README

 util-linux regression tests
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~

 It's expected that for each invasive change or important bugfix you will
 include a test to your patch.


 Run all tests:

	./run.sh

 Run one tests:

	./ts-<component_name>-<test_name>.sh