qulogic/talkatu

fix an indentation error in convey.yml
draft default tip
2019-11-07, Gary Kramlich
9f2390f06e9b
fix an indentation error in convey.yml
TEST_WRAPPER = find_program('./test-wrapper.py', required : true)
if get_option('tests')
e = executable(
'test-html-serialization',
'talkatutesthtmlserialization.c',
dependencies : [talkatu_dep, GLIB, GTK3]
)
test('html', TEST_WRAPPER, args : e, is_parallel : false)
e = executable(
'test-action-group',
'talkatutestactiongroup.c',
dependencies : [talkatu_dep, GLIB, GTK3]
)
test('action-group', TEST_WRAPPER, args : e, is_parallel : false)
endif