Sign in
qemu
/
meson
/
16ed01555d7181f82e689a1571e1f36fdc01723b
/
.
/
test cases
/
unit
/
87 run native test
/
meson.build
blob: e706dd7901507c47e4fcb5c63f490065887cc073 [
file
] [
log
] [
blame
]
project
(
'run native test'
,
[
'c'
])
executable
(
'target_exe'
,
'main.c'
)
native_exe
=
executable
(
'native_exe'
,
'main.c'
,
native
:
true
)
test
(
'native_exe'
,
native_exe
,
args
:
[
'native_test_has_run.stamp'
])