Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
bcefa7c8
Commit
bcefa7c8
authored
Feb 29, 2016
by
Eric Cano
Browse files
Fixed missing packaging of new unit test library.
parent
2a21e4bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
bcefa7c8
...
...
@@ -164,4 +164,5 @@ Unit tests and system tests with virtual tape drives
%attr(0755,root,root) %{_libdir}/libctatapeserverscsiunittests.so
%attr(0755,root,root) %{_libdir}/libctatapeserverutilsunittests.so
%attr(0755,root,root) %{_libdir}/libctautilsunittests.so
%attr(0755,root,root) %{_libdir}/libctadaemonunittests.so
%attr(0644,root,root) %{_datadir}/%{name}-%{ctaVersion}/unittest/*.suppr
\ No newline at end of file
tapeserver/daemon/CMakeLists.txt
View file @
bcefa7c8
...
...
@@ -13,4 +13,6 @@ add_library(ctadaemonunittests SHARED
target_link_libraries
(
ctadaemonunittests
ctatapedaemon
unitTestHelper
)
\ No newline at end of file
unitTestHelper
)
install
(
TARGETS ctadaemonunittests DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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