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:
Armin Kuster
2021-08-26 19:09:36 -07:00
committed by Richard Purdie
parent 61a42047e5
commit af0beedc6f
2 changed files with 0 additions and 44 deletions

View File

@@ -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

View File

@@ -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>.*)"