Skip to content

Commit

Permalink
chore(linux): rename test files
Browse files Browse the repository at this point in the history
This change rename the test files for Linux according to the discussion
at the Keyman conference in November 2024.
  • Loading branch information
ermshiperete committed Nov 26, 2024
1 parent 9a2e48b commit 9953584
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion linux/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ debianpackage/
*.tar.xz
*.tar.gz
*.dsc
help/reference/
docs/help/reference/

# Cached/auto-compiled Python bytecode
*.pyc
Expand Down
4 changes: 2 additions & 2 deletions linux/ibus-keyman/src/test/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
keymanutil_sources = [
'keymanutil_tests.c',
'keymanutil.tests.c',
util_files,
]

Expand Down Expand Up @@ -55,7 +55,7 @@ print_kmp_test = executable(
bcp47_util_tests = executable(
'bcp47-util-tests',
sources: [
'bcp47util_tests.c',
'bcp47util.tests.c',
'../bcp47util.c'
],
dependencies: [ gtk, icu ],
Expand Down
2 changes: 1 addition & 1 deletion linux/keyman-config/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ else
fi

# shellcheck disable=SC2086
python3 ${coverage:-} -m ${test_module:-} discover ${extra_opts:-} -s tests -p test_*.py
python3 ${coverage:-} -m ${test_module:-} discover ${extra_opts:-} -s tests -p ./*.tests.py

rm -rf "$XDG_CONFIG_HOME"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9953584

Please sign in to comment.