Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cmsos
worksuite
Commits
793e79a7
Commit
793e79a7
authored
Jan 26, 2021
by
Andrea Petrucci
Browse files
references #226: add libibvla library to ptibv see #227
parent
c3cc4516
Changes
1
Hide whitespace changes
Inline
Side-by-side
evb/test/scripts/Application.py
View file @
793e79a7
...
...
@@ -85,6 +85,9 @@ class Application:
module
.
text
=
"$XDAQ_ROOT/lib/libxmemprobe.so"
context
.
append
(
module
)
elif
self
.
params
[
'class'
]
==
'pt::ibv::Application'
:
module
=
ET
.
Element
(
QN
(
ns
,
'Module'
))
module
.
text
=
"$XDAQ_ROOT/lib/libibvla.so"
context
.
append
(
module
)
module
=
ET
.
Element
(
QN
(
ns
,
'Module'
))
module
.
text
=
"$XDAQ_ROOT/lib/libptibv.so"
context
.
append
(
module
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment