]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tests: Allow to run tests recursively
authorvadimk <vadim4j@gmail.com>
Fri, 10 Oct 2014 06:27:19 +0000 (09:27 +0300)
committerStephen Hemminger <shemming@brocade.com>
Thu, 30 Oct 2014 05:26:59 +0000 (22:26 -0700)
commit14f8854fa3d64e7e572d9bac3716516415379f55
treebef7e09964d648b829eccc337078f8b72859f0de
parent8d391512b72d2b8cd9d4f06b0b064794bd55ad6e
tests: Allow to run tests recursively

Such approach allows to run *.t scripts from any
tests/ subdirectories.

One point is that tests from tests/cls/*.t (which are needed
by tests/cls-testbed.t but does not exist yet) will also
be ran aside with tests/cls-testbed.t which is not good
because in such case they will be ran twice, so renamed these
tests path to tests/cls/*.c in tests/cls-testbed.t

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
testsuite/Makefile
testsuite/tests/cls-testbed.t