From 938ba53a38cb47124c72843ed294da115193c3b3 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 28 Sep 2019 21:53:24 +0000 Subject: [PATCH] es layout: Add to resources and testing --- src/resources.rs | 1 + tests/meson.build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/resources.rs b/src/resources.rs index 1ace02d3..50d25058 100644 --- a/src/resources.rs +++ b/src/resources.rs @@ -5,6 +5,7 @@ const KEYBOARDS: &[(*const str, *const str)] = &[ ("us", include_str!("../data/keyboards/us.yaml")), + ("es", include_str!("../data/keyboards/es.yaml")), ("nb", include_str!("../data/keyboards/nb.yaml")), ("number", include_str!("../data/keyboards/number.yaml")), ]; diff --git a/tests/meson.build b/tests/meson.build index 899808e3..0d141e8c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -47,7 +47,7 @@ endforeach # The layout test is in the examples directory # due to the way Cargo builds executables # and the need to call it manually -foreach layout : ['us', 'nb', 'number'] +foreach layout : ['us', 'es', 'nb', 'number'] test( 'test_layout_' + layout, cargo_script,