]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add prereqs for tests using python 3.9+
authorMark Wielaard <mark@klomp.org>
Wed, 24 Apr 2024 18:50:43 +0000 (20:50 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 24 Apr 2024 19:30:48 +0000 (21:30 +0200)
commit26ebac7b4ce1a7b516604e7332c903dda28f9258
tree1d674708c95b751a05cd0bd6f1788ddd98dd333c
parentac7b5a20cff84c4d13ba0ff4789743e55b24e78f
Add prereqs for tests using python 3.9+

Adds a script tests/python_test.sh that checks whether there is a python3
binary and that it supports python version 3.9 or higher. Use this script
in the various cachegrind/tests annotate vgtests as prereq.
cachegrind/tests/ann-diff1.vgtest
cachegrind/tests/ann-diff2.vgtest
cachegrind/tests/ann-diff3.vgtest
cachegrind/tests/ann-diff4.vgtest
cachegrind/tests/ann-merge1.vgtest
cachegrind/tests/ann-merge2.vgtest
cachegrind/tests/ann1a.vgtest
cachegrind/tests/ann1b.vgtest
cachegrind/tests/ann2.vgtest
tests/Makefile.am
tests/python_test.sh [new file with mode: 0755]