mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
Add missing dependencies for dawg_test
Signed-off-by: Stefan Weil <sw@weil.de>
This commit is contained in:
parent
9390ff5a4a
commit
c722671713
@ -739,6 +739,9 @@ training-uninstall:
|
||||
# Some unit tests use code from training.
|
||||
check: libtesseract_training.la libtesseract_tessopt.la
|
||||
|
||||
# dawg_test runs dawg2wordlist and wordlist2dawg.
|
||||
check: dawg2wordlist wordlist2dawg
|
||||
|
||||
CLEANFILES = $(EXTRA_PROGRAMS)
|
||||
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user