Skip to content
Snippets Groups Projects
Commit 79f9057d authored by Victor Kotlyar's avatar Victor Kotlyar
Browse files

Added makeMinimalVFS to the cta-systemtests rpm.

parent d061322e
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,7 @@ Unit tests and system tests with virtual tape drives
%attr(0755,root,root) %{_libdir}/libctadaemonunittests.so
%attr(0755,root,root) %{_libdir}/libctamediachangerunittests.so
%attr(0755,root,root) %{_bindir}/cta-systemTests
%attr(0755,root,root) %{_bindir}/makeMinimalVFS
%attr(0755,root,root) %{_libdir}/libctadaemonunittests-multiprocess.so
%attr(0644,root,root) %{_datadir}/%{name}-%{ctaVersion}/unittest/*.suppr
......
......@@ -87,6 +87,7 @@ install(TARGETS ctaobjectstoreunittests DESTINATION usr/${CMAKE_INSTALL_LIBDIR})
add_executable(makeMinimalVFS makeMinimalVFS.cpp)
target_link_libraries(makeMinimalVFS
protobuf ctaobjectstore ctacommon ctautils)
install(TARGETS makeMinimalVFS DESTINATION usr/bin)
add_executable(listObjectStore listObjectStore.cpp)
target_link_libraries(listObjectStore
......
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