meson: Add unit test framework
This commit also adds the first unit test. The unit test compares the phonetic map generated by the Python and by the C implementation and fails if the generated maps are different.
This commit is contained in:
@ -8,3 +8,4 @@ PHOGEN_WORD_LIST = files('data/words_alpha.txt.backup')
|
||||
|
||||
subdir('c')
|
||||
subdir('python')
|
||||
subdir('tests')
|
||||
|
||||
Reference in New Issue
Block a user