Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
scripts
/
meson.build
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
build
5 lines
165 Bytes
Copy permalink
Copy
Raw
1
if
stap
.
found
()
2
install_data
(
'qemu-trace-stap'
,
install_dir
:
get_option
(
'bindir'
))
3
endif
4
5
test
(
'xml-preprocess'
,
files
(
'xml-preprocess-test.py'
),
suite
:
[
'unit'
])