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

Added creation of 2 blocks at the begining of the tape to allow the usage of...

Added creation of 2 blocks at the begining of the tape to allow the usage of blank tapes in the system test.
Renamed the system test as it is writing to tapes.
parent a067581e
Branches
Tags
No related merge requests found
......@@ -3,8 +3,8 @@ set_property(SOURCE Drive.cc
PROPERTY COMPILE_FLAGS -fno-strict-aliasing
)
add_executable(TapeDriveInfo TapeDriveInfo.cc)
add_executable(TapeDriveReadWriteTest TapeDriveReadWriteTest.cc)
target_link_libraries(TapeDriveInfo TapeDrive Exception SCSI System Utils ${GTEST_LIBRARY} gmock pthread)
install(TARGETS TapeDriveInfo
target_link_libraries(TapeDriveReadWriteTest TapeDrive Exception SCSI System Utils ${GTEST_LIBRARY} gmock pthread)
install(TARGETS TapeDriveReadWriteTest
RUNTIME DESTINATION bin)
......@@ -83,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
%files -n tape-server-utils
%defattr(-,root,root)
/usr/local/bin/TapeDriveInfo
/usr/local/bin/TapeDriveReadWriteTest
/usr/local/bin/unitTest
%files -n tape-server-docs
......
......@@ -40,5 +40,5 @@ for i in $MC_DEVS; do
done
echo "## Starting system test program"
/usr/local/bin/TapeDriveInfo
/usr/local/bin/TapeDriveReadWriteTest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment