aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/portage/tests/unicode/meson.build')
-rw-r--r--lib/portage/tests/unicode/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/portage/tests/unicode/meson.build b/lib/portage/tests/unicode/meson.build
new file mode 100644
index 000000000..1443c5fd8
--- /dev/null
+++ b/lib/portage/tests/unicode/meson.build
@@ -0,0 +1,9 @@
+py.install_sources(
+ [
+ 'test_string_format.py',
+ '__init__.py',
+ '__test__.py',
+ ],
+ subdir : 'portage/tests/unicode',
+ pure : not native_extensions
+)