test(locale): test that languages are properly defined (#4220)
This commit is contained in:
parent
14fc19ddbd
commit
2e8f1d4773
3 changed files with 377 additions and 1 deletions
5
.github/copilot-instructions.md
vendored
5
.github/copilot-instructions.md
vendored
|
|
@ -3,6 +3,9 @@ You need to prefix commands with `C:\msys64\msys2_shell.cmd -defterm -here -no-s
|
|||
|
||||
Prefix build directories with `cmake-build-`.
|
||||
|
||||
The test executable is named `test_sunshine`
|
||||
The test executable is named `test_sunshine` and will be located inside the `tests` directory within
|
||||
the build directory.
|
||||
|
||||
The project uses gtest as a test framework.
|
||||
|
||||
Always follow the style guidelines defined in .clang-format for c/c++ code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue