%.check: %.test | %.check: %.test | ||||
@echo " TEST $<" | @echo " TEST $<" | ||||
@ESPEAK_DATA_PATH=$(PWD) $< | |||||
@ESPEAK_DATA_PATH=$(PWD) $< && echo " PASSED $<" | |||||
check: tests/encoding.check \ | check: tests/encoding.check \ | ||||
tests/tokenizer.check \ | tests/tokenizer.check \ |
test_peekc(); | test_peekc(); | ||||
printf("done\n"); | |||||
return EXIT_SUCCESS; | return EXIT_SUCCESS; | ||||
} | } |
test en-US 1653355ef008d67d315aa20e630e00614472a045 "foot strut north force cure thought lot cloth trap bath" | test en-US 1653355ef008d67d315aa20e630e00614472a045 "foot strut north force cure thought lot cloth trap bath" | ||||
test jp a3651d81da9158ee8b76bd6a31025220b4d84932 "か き く け こ" | test jp a3651d81da9158ee8b76bd6a31025220b4d84932 "か き く け こ" | ||||
echo "done" |
test_ideographic(); | test_ideographic(); | ||||
test_fullwidth(); | test_fullwidth(); | ||||
printf("done\n"); | |||||
return EXIT_SUCCESS; | return EXIT_SUCCESS; | ||||
} | } |
test_Latn_punctuation_tokens(); | test_Latn_punctuation_tokens(); | ||||
test_Latn_general_punctuation_tokens(); | test_Latn_general_punctuation_tokens(); | ||||
test_Latn_symbol_tokens(); | test_Latn_symbol_tokens(); | ||||
printf("done\n"); | |||||
} | } | ||||
void | void |
assert(espeak_Terminate() == EE_OK); | assert(espeak_Terminate() == EE_OK); | ||||
printf("done\n"); | |||||
return EXIT_SUCCESS; | return EXIT_SUCCESS; | ||||
} | } |