]> git.proxmox.com Git - qemu-server.git/commit
tests: avoid calling test script to get target names
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 11:12:55 +0000 (13:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 13:06:46 +0000 (15:06 +0200)
commitaac89f6cfaea001cb9dc37b8202620e9dc058084
treef61f6a66d6f21774ef8e4912c94383c9abf0354c
parent1edeff742d841425dbb8eb691bb607471d2866da
tests: avoid calling test script to get target names

As otherwise we couple *all* Makefile targets to the dependencies of
the test script, even for a simple make call (e.g., done on building
the source), so use a much simpler heuristic that just depends on
perl, which is essential in Debian.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
test/Makefile
test/run_qemu_migrate_tests.pl