Sign in
qemu
/
meson
/
refs/heads/endmessage
/
.
/
test cases
/
unit
/
46 reconfigure
/
meson.build
blob: 6eaac5db7478f15e942741d5ef174eb446eff805 [
file
] [
log
] [
blame
]
project
(
'test-reconfigure'
,
'c'
)
message
(
'opt1 '
+
get_option
(
'opt1'
))
message
(
'opt2 '
+
get_option
(
'opt2'
))
message
(
'opt3 '
+
get_option
(
'opt3'
))
message
(
'opt4 '
+
get_option
(
'opt4'
))
exe
=
executable
(
'test1'
,
'main.c'
)
test
(
'test1'
,
exe
)