diff mbox series

[2/2] package/zfs: add test case for musl toolchain

Message ID 20220426113010.1463133-2-salvador.joseluis@gmail.com
State Accepted
Headers show
Series [1/2] package/zfs: refactor test cases | expand

Commit Message

José Luis Salvador Rufo April 26, 2022, 11:30 a.m. UTC
Patch title: package/zfs: add test case for musl toolchain

Signed-off-by: José Luis Salvador Rufo <salvador.joseluis@gmail.com>
---
These patch series refactor the test case and add musl toolchain.
Here is second one, that add the musl toolchain test case.

 support/testing/tests/package/test_zfs.py | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

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
+        """