summaryrefslogtreecommitdiff
path: root/zephyr/zmake/tests/test_modules.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/zmake/tests/test_modules.py')
-rw-r--r--zephyr/zmake/tests/test_modules.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/zmake/tests/test_modules.py b/zephyr/zmake/tests/test_modules.py
index dc4c170535..a42192d789 100644
--- a/zephyr/zmake/tests/test_modules.py
+++ b/zephyr/zmake/tests/test_modules.py
@@ -11,6 +11,7 @@ import hypothesis # pylint:disable=import-error
import hypothesis.strategies as st # pylint:disable=import-error
import zmake.modules
+
module_lists = st.lists(
st.one_of(*map(st.just, zmake.modules.known_modules)), unique=True
)