mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
valgrind: Remove reference to non-existent ptests
exp-dhat: commit 441bfc5f5 promoted exp-dhat to dhat exp-sgcheck: commit 40187fcd6 removed the exp-sgcheck tool. (From OE-Core rev: f7b32e0d5bb9c80f6b37ed8b7f0bd29c562d3f70) Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cbb794f9dd
commit
b98fc88f63
@@ -12,7 +12,7 @@ VALGRIND_BIN=@bindir@/valgrind
|
|||||||
LOG="${VALGRIND_LIB}/ptest/valgrind_ptest_$(date +%Y%m%d-%H%M%S).log"
|
LOG="${VALGRIND_LIB}/ptest/valgrind_ptest_$(date +%Y%m%d-%H%M%S).log"
|
||||||
|
|
||||||
TOOLS="memcheck cachegrind callgrind helgrind drd massif dhat lackey none"
|
TOOLS="memcheck cachegrind callgrind helgrind drd massif dhat lackey none"
|
||||||
EXP_TOOLS="exp-bbv exp-dhat exp-sgcheck"
|
EXP_TOOLS="exp-bbv"
|
||||||
|
|
||||||
GDB_BIN=@bindir@/gdb
|
GDB_BIN=@bindir@/gdb
|
||||||
cd ${VALGRIND_LIB}/ptest && ./gdbserver_tests/make_local_links ${GDB_BIN}
|
cd ${VALGRIND_LIB}/ptest && ./gdbserver_tests/make_local_links ${GDB_BIN}
|
||||||
|
|||||||
@@ -175,8 +175,6 @@ do_install_ptest() {
|
|||||||
none/tests \
|
none/tests \
|
||||||
tests \
|
tests \
|
||||||
exp-bbv/tests \
|
exp-bbv/tests \
|
||||||
exp-dhat/tests \
|
|
||||||
exp-sgcheck/tests \
|
|
||||||
"
|
"
|
||||||
# Get the vg test scripts, filters, and expected files
|
# Get the vg test scripts, filters, and expected files
|
||||||
for dir in $subdirs ; do
|
for dir in $subdirs ; do
|
||||||
|
|||||||
Reference in New Issue
Block a user