blob: 6cdae18566e7d665b285269b070edd92531ef5fd [file] [log] [blame]
test_arg = [
'-DTEST_TRACE',
]
# end2end code exerciser for experiment and testing
subdir('end2end')
tests = [
'hello-world',
]
foreach t : tests
test(t, executable(t.underscorify(), t + '.cpp', cpp_args : test_arg))
endforeach