-
Notifications
You must be signed in to change notification settings - Fork 1
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
Move all tests from test/ subdir to test/subdir in the component being tested #25
Comments
There are a number of files still in the old dir structure, e.g.:
Must these be cleaned manually, or are they already copied to the new location, so that they can just be deleted? |
Some are language specific tests that need to be ported still, |
About I also suggest that we rename |
Things failing after the re-org:
|
I think some of the issues highlight that One way to use the current test driver efficiently is to keep |
the make check uses now |
Reorganising followingly:
test/X/Y -> src/X/Y/test
parallel-tests
test/run-yaml-testcases.sh.in
andtest/run-morph-tester.sh.in
togiella-core
.This requires that language-specific parts be moved to other files, at least the enabled fst tech identification. It also requires updating the fst detection algorithm - some tests fail now because they can't find the required FST.
src/fst/morphology/test/generate-*
The text was updated successfully, but these errors were encountered: