5 lines
123 B
Meson
5 lines
123 B
Meson
project('replace unencodable xml chars')
|
|
|
|
test_script = find_program('script.py')
|
|
test('main', test_script, verbose: true)
|