• vadimk's avatar
    tests: Allow to run tests recursively · 14f8854f
    vadimk authored
    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: default avatarVadim Kochan <vadim4j@gmail.com>
    14f8854f
Makefile 1.42 KB