tools/tests: Drop obsolete running scripts
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 12 Jan 2021 18:33:39 +0000 (18:33 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 13 Jan 2021 19:30:50 +0000 (19:30 +0000)
commitec6c5d39982f230851278a2512e04bad6397f6ce
tree6dbcbe83e9a6a3646f613463af0f5ff34e8e5410
parent414be7b66349e7dca42bc1fd47c2b2f5b2d27432
tools/tests: Drop obsolete running scripts

The python unit tests were dropped in Xen 4.12 due to being obsolete, but the
scripts to run the tests were missed.  Clean up .gitignore as well.

Also drop the libxenctrl {C,LD}FLAGS adjustments in the Makefile.  This logic
isn't used, and isn't appropriate even in principle, as there are tests in
here which don't want to use libxenctrl.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
.gitignore
tools/tests/Makefile
tools/tests/run_tests.sh [deleted file]
tools/tests/utests/run_all_tests.py [deleted file]