From 6fe08967f6f41a116c99db14a16dd5a1c93fb824 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Tue, 12 Nov 2019 14:44:37 +0000 Subject: [PATCH] fi: add tests --- src/resources.rs | 1 + tests/meson.build | 1 + 2 files changed, 2 insertions(+) diff --git a/src/resources.rs b/src/resources.rs index c5840873..5ddb455c 100644 --- a/src/resources.rs +++ b/src/resources.rs @@ -8,6 +8,7 @@ const KEYBOARDS: &[(*const str, *const str)] = &[ ("de", include_str!("../data/keyboards/de.yaml")), ("el", include_str!("../data/keyboards/el.yaml")), ("es", include_str!("../data/keyboards/es.yaml")), + ("fi", include_str!("../data/keyboards/fi.yaml")), ("it", include_str!("../data/keyboards/it.yaml")), ("ja+kana", include_str!("../data/keyboards/ja+kana.yaml")), ("nb", include_str!("../data/keyboards/nb.yaml")), diff --git a/tests/meson.build b/tests/meson.build index b22be954..1a7bd85b 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -52,6 +52,7 @@ foreach layout : [ 'de', 'el', 'es', + 'fi', 'it', 'ja+kana', 'nb',