summaryrefslogtreecommitdiff
path: root/test cases/unit/124 interactive tap/meson.build
blob: 30518db6f403a710c371ec49de0a94fcb801502c (plain)
1
2
3
4
project('interactive TAP output')

test_script = find_program('script.py')
test('main', test_script, protocol: 'tap')