From 49f9a08223005584ca28c6f243ee5cb1d1e64f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Salvador=20Rufo?= Date: Tue, 26 Apr 2022 13:30:10 +0200 Subject: [PATCH] package/zfs: add test case for musl toolchain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Luis Salvador Rufo Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- support/testing/tests/package/test_zfs.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/support/testing/tests/package/test_zfs.py b/support/testing/tests/package/test_zfs.py index 1cc030e78c..8911dcfd9e 100644 --- a/support/testing/tests/package/test_zfs.py +++ b/support/testing/tests/package/test_zfs.py @@ -73,3 +73,8 @@ class TestZfsUclibc(TestZfsBase): """ +class TestZfsMusl(TestZfsBase): + config = TestZfsBase.config + \ + """ + BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_STABLE=y + """