mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
lz4: remove rest of ptest artifacts
Commit: 953f6d9a71 lz4: remove ptest changes
missed removing the run-ptest file
(From OE-Core rev: 28aaf1223396820f8fcd9a6aade46b5007b030a6)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
61a42047e5
commit
af0beedc6f
@@ -1,43 +0,0 @@
|
||||
#!/bin/sh
|
||||
cd testsuite
|
||||
|
||||
echo -n "---- test-lz4 ----"
|
||||
make -C tests test-lz4 > /dev/null 2>&1
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "PASS"
|
||||
else
|
||||
echo "FAIL"
|
||||
fi
|
||||
|
||||
echo -n "---- test-fasttest ----"
|
||||
make -C tests test-fasttest > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "PASS"
|
||||
else
|
||||
echo "FAIL"
|
||||
fi
|
||||
|
||||
echo -n "---- test-frametest ----"
|
||||
make -C tests test-frametest > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "PASS"
|
||||
else
|
||||
echo "FAIL"
|
||||
fi
|
||||
|
||||
echo -n "---- test-fullbench ----"
|
||||
make -C tests test-fullbench > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "PASS"
|
||||
else
|
||||
echo "FAIL"
|
||||
fi
|
||||
|
||||
echo -n "---- test-fuzzer ----"
|
||||
make -C tests test-fuzzer > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "PASS"
|
||||
else
|
||||
echo "FAIL"
|
||||
fi
|
||||
@@ -13,7 +13,6 @@ PE = "1"
|
||||
SRCREV = "d44371841a2f1728a3f36839fd4b7e872d0927d3"
|
||||
|
||||
SRC_URI = "git://github.com/lz4/lz4.git;branch=release \
|
||||
file://run-ptest \
|
||||
file://CVE-2021-3520.patch \
|
||||
"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
|
||||
|
||||
Reference in New Issue
Block a user