-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Template merge] Add ignores, phonetic tests
- Loading branch information
Showing
5 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Process this file with automake to produce Makefile.in | ||
## Copyright: Sámediggi/Divvun/UiT | ||
## Licence: GPL v3+ | ||
|
||
######## Test targets: ########### | ||
|
||
if WANT_TOKENISERS | ||
|
||
# List here (space separated) all tests | ||
TESTS= | ||
|
||
# List tests that are presently (expected) failures here, ie things that should | ||
# be fixed *later*, but is not critical at the moment: | ||
XFAIL_TESTS= | ||
|
||
endif # WANT_TOKENISERS | ||
|
||
#### Do NOT edit below here: #### | ||
include $(top_srcdir)/../giella-core/am-shared/tools-tokenisers-tests-dir-include.am |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters