Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable localization unit tests on the web #55

Open
MisterPeModder opened this issue May 28, 2022 · 0 comments
Open

Re-enable localization unit tests on the web #55

MisterPeModder opened this issue May 28, 2022 · 0 comments
Labels
bug Something isn't working CI/CD Issue tied to the CI/CD cross-platform Can run on different platform

Comments

@MisterPeModder
Copy link
Owner

Currently, unit tests for the localization API always fail on the web platform due to the missing locale files.
The goal is to re-enable them once web file bundling is added.

The test suite is currenty disabled with the following CMake code:

# FIXME: #55 Re-enable localization tests on the web once we figure out how to bundle files
if (NOT EMSCRIPTEN)
    add_subdirectory(localization)
endif()
@MisterPeModder MisterPeModder added bug Something isn't working CI/CD Issue tied to the CI/CD cross-platform Can run on different platform labels May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI/CD Issue tied to the CI/CD cross-platform Can run on different platform
Projects
None yet
Development

No branches or pull requests

1 participant