python: Add bhash tests
This commit is contained in:
@ -9,4 +9,8 @@ test('test_phogen_map',
|
||||
'PHOGEN_MAP_PY=@0@'.format(_phogen_map_py),
|
||||
'PHOGEN_WORD_LIST=@0@'.format(_word_list)])
|
||||
|
||||
test('test_bhash',
|
||||
find_program('test_bhash.py'),
|
||||
env: ['SOURCE_ROOT=' + meson.project_source_root(),
|
||||
'PYTHONPATH=' + PYTHONPATH])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user