diff options
| author | Chase Qi <chase.qi@linaro.org> | 2022-11-09 06:47:09 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-11 13:43:40 +0000 |
| commit | 3a403ea562c7bc7aa07c40f5095c6078dc33366b (patch) | |
| tree | 4f7b5f2344b1f188a1269b3c2022dcf3ff8af808 /meta/conf/distro/include/ptest-packagelists.inc | |
| parent | f260b288020f07fdf0616d245691b2e40b6b6b4b (diff) | |
| download | poky-3a403ea562c7bc7aa07c40f5095c6078dc33366b.tar.gz | |
libc-test: add libc testsuite for musl
libc-test is a collection of unit test to measure the correctness and
robustness of a C/POSIX standard library implementation. It is developed
as part of the musl project.
(From OE-Core rev: 4a94cdc7e841ebe583b0e6935fc50d233c8c310e)
Signed-off-by: Chase Qi <chase.qi@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/ptest-packagelists.inc')
| -rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 32b0e5297a..3c9ff43bd9 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
| @@ -105,6 +105,7 @@ PTESTS_SLOW = "\ | |||
| 105 | 105 | ||
| 106 | PTESTS_SLOW:remove:riscv64 = "valgrind-ptest" | 106 | PTESTS_SLOW:remove:riscv64 = "valgrind-ptest" |
| 107 | PTESTS_PROBLEMS:append:riscv64 = "valgrind-ptest" | 107 | PTESTS_PROBLEMS:append:riscv64 = "valgrind-ptest" |
| 108 | PTESTS_SLOW:append:libc-musl = " libc-test-ptest" | ||
| 108 | 109 | ||
| 109 | # ruby-ptest \ # Timeout | 110 | # ruby-ptest \ # Timeout |
| 110 | # lz4-ptest \ # Needs a rewrite | 111 | # lz4-ptest \ # Needs a rewrite |
