[PATCH 0/3] Cleanup to tools/tests

Andrew Cooper posted 3 patches 3 years, 2 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20210113123455.23209-1-andrew.cooper3@citrix.com
.gitignore                                         |  5 --
tools/misc/.gitignore                              |  2 +
tools/misc/Makefile                                |  8 +++
tools/{tests/xen-access => misc}/xen-access.c      |  1 +
.../memshrtool.c => misc/xen-memshare-tool.c}      |  0
tools/tests/Makefile                               |  5 --
tools/tests/mem-sharing/Makefile                   | 31 -----------
tools/tests/run_tests.sh                           | 61 ----------------------
tools/tests/utests/run_all_tests.py                | 23 --------
tools/tests/xen-access/Makefile                    | 33 ------------
10 files changed, 11 insertions(+), 158 deletions(-)
rename tools/{tests/xen-access => misc}/xen-access.c (99%)
rename tools/{tests/mem-sharing/memshrtool.c => misc/xen-memshare-tool.c} (100%)
delete mode 100644 tools/tests/mem-sharing/Makefile
delete mode 100644 tools/tests/run_tests.sh
delete mode 100644 tools/tests/utests/run_all_tests.py
delete mode 100644 tools/tests/xen-access/Makefile
[PATCH 0/3] Cleanup to tools/tests
Posted by Andrew Cooper 3 years, 2 months ago
Move two non-test things out of tests/ and drop some obsolete infrastructure.

Andrew Cooper (3):
  tools/tests: Drop obsolete running scripts
  tools: Move xen-access from tests/ to misc/
  tools: Move memshrtool from tests/ to misc/

 .gitignore                                         |  5 --
 tools/misc/.gitignore                              |  2 +
 tools/misc/Makefile                                |  8 +++
 tools/{tests/xen-access => misc}/xen-access.c      |  1 +
 .../memshrtool.c => misc/xen-memshare-tool.c}      |  0
 tools/tests/Makefile                               |  5 --
 tools/tests/mem-sharing/Makefile                   | 31 -----------
 tools/tests/run_tests.sh                           | 61 ----------------------
 tools/tests/utests/run_all_tests.py                | 23 --------
 tools/tests/xen-access/Makefile                    | 33 ------------
 10 files changed, 11 insertions(+), 158 deletions(-)
 rename tools/{tests/xen-access => misc}/xen-access.c (99%)
 rename tools/{tests/mem-sharing/memshrtool.c => misc/xen-memshare-tool.c} (100%)
 delete mode 100644 tools/tests/mem-sharing/Makefile
 delete mode 100644 tools/tests/run_tests.sh
 delete mode 100644 tools/tests/utests/run_all_tests.py
 delete mode 100644 tools/tests/xen-access/Makefile

-- 
2.11.0