mirror of
git://git.yoctoproject.org/poky
synced 2026-09-09 06:29:11 +00:00
The latest release use standard autotools, so drop all the build system related hacks and patches. Ptests have been rewritten, with 100% pass rate for both. (From OE-Core rev: 0417eef364bad6d061b6a02bff27d766f4c1ce96) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
154 B
Bash
11 lines
154 B
Bash
#!/bin/sh
|
|
#
|
|
#This script is used to run acl test suites
|
|
|
|
#umask 077
|
|
|
|
mkdir -p /tmp/acl-ptest/test
|
|
cp test/test.* /tmp/acl-ptest/test
|
|
|
|
make test-suite.log
|