Sign in
qemu
/
meson
/
refs/heads/dircondense
/
.
/
test cases
/
unit
/
89 run native test
/
meson.build
blob: 3bf419c1401ee70e3b8ffe258fd7fa6b281d645d [
file
] [
log
] [
blame
]
project
(
'run native test'
,
[
'c'
])
executable
(
'terget_exe'
,
'main.c'
)
native_exe
=
executable
(
'native_exe'
,
'main.c'
,
native
:
true
)
test
(
'native_exe'
,
native_exe
,
args
:
[
'native_test_has_run.stamp'
])