spiegel-keyman/developer/src/kmcmplib/tests
2023-04-10 15:24:03 +07:00
..
fixtures chore(developer): rebuild fixtures with appropriate version of legacy compiler 2023-03-17 04:27:22 +07:00
api-test.cpp chore(developer): add basic unit test for kmcmplib apis 2023-04-10 15:24:03 +07:00
get-test-source.sh chore(developer): final cleanup 2023-03-17 05:38:03 +07:00
keyboards_commit_ref.txt chore(developer): fixup tests and build process 2023-03-17 04:31:03 +07:00
kmcompxtest.cpp chore(developer): fixup tests and build process 2023-03-17 04:31:03 +07:00
meson.build chore(developer): add basic unit test for kmcmplib apis 2023-04-10 15:24:03 +07:00
prep.sh chore(developer): tooling to generate set of fixtures 2023-03-16 12:48:24 +07:00
README.md chore(developer): final cleanup 2023-03-17 05:38:03 +07:00
run-shell.bat chore(developer): fixup tests and build process 2023-03-17 04:31:03 +07:00

Unit tests for kmcmplib

kmcmplib tests include building all keyboards in the keyboards repository and comparing against a 'known good' legacy compiler set. This is trickier than it sounds because the legacy compiler only runs under Windows/WINE and we don't want to introduce a dependency on that for running the tests.

Instead we've gone the route of adding a pre-compiled set of .kmx fixtures, alongside a commit ref in keyboards_commit_ref.txt. The test script will checkout that specific ref in its own private clone of the keyboards repository (including a shallow clone of the keyboards repo if it isn't already present), and compiling the sources from that specific commit.

For performance reasons, it is useful to setup KEYBOARDS_ROOT env var to point to your local clone of the keyboards repository. The build will make a private clone of this repo rather than the remote clone if it is available, which is typically much faster.

Preparing fixtures

prep.sh allows us to regenerate the fixtures with the legacy compiler for testing. It depends on the regression test scripts in keyboards.sh, and specific changes introduced into those scripts in https://github.com/keymanapp/keyboards/pull/2169.

It is essential that the keyboards repository is clean and checked out to the commit that you want to be using (usually this will be HEAD of master). All of Keyman Developer must be built locally and binaries should be in developer/bin/.

prep.sh has only been tested on Windows, because it relies on kmcomp.exe.