make test: support out-of-tree tests 74/5774/3
authorKlement Sekera <ksekera@cisco.com>
Thu, 16 Mar 2017 08:14:59 +0000 (09:14 +0100)
committerDamjan Marion <dmarion.lists@gmail.com>
Wed, 22 Mar 2017 10:48:26 +0000 (10:48 +0000)
commit993e0edf4e8078d10ddd5efa8156d62ce8f9d0c5
tree146fcedb0160e61a826881d39202a12e759773d1
parentfa80f2e421e7e85f429437aad2da9971a2a60a24
make test: support out-of-tree tests

env EXTERN_TESTS="/path/to/extra/tests" make test

causes to run the default test set and tests collected from
test_*.py files under subtree specified in EXTERN_TESTS.

Change-Id: I58c5471dd6010730278a5b47d4318737d920bc28
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Makefile
test/Makefile
test/run_tests.py