Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openpower-hw-diags
/
e07e3fee5f9da98ea93fff74c415319a63b4121e
/
.
/
test
/
meson.build
blob: 76aa3542ad4ba22983042c952adac9d2ef1b8927 [
file
] [
log
] [
blame
]
Zane Shelley
248cbf8
2019-05-03 17:07:18 -0500
[
diff
] [
blame
]
1
tests
=
[
2
'hello-world'
,
3
]
4
5
foreach
t
:
tests
6
test
(
t
,
executable
(
t
.
underscorify
(),
t
+
'.cpp'
))
7
endforeach