Skip to content
Snippets Groups Projects
Commit 2e078deb authored by Eric Cano's avatar Eric Cano
Browse files

Fixed missing packaging of new unit test library.

parent 050372ac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment