Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openpower-hw-diags
/
dbeaf79bb0b4a149387d6e51667b87944cf805af
/
.
/
test
/
meson.build
blob: 1704f174d08e11015794103cb1710044b802619a [
file
] [
log
] [
blame
]
# end2end code exerciser for experiment and testing
subdir
(
'end2end'
)
tests
=
[
'hello-world'
,
]
foreach
t
:
tests
test
(
t
,
executable
(
t
.
underscorify
(),
t
+
'.cpp'
))
endforeach