Removed unnecessary installation of tests
The maxadmin tests were installed even though they do not require any configuring to work.
This commit is contained in:
@ -1,4 +1,2 @@
|
|||||||
install(PROGRAMS maxadmin_test.sh DESTINATION ${CMAKE_BINARY_DIR})
|
add_test(TestMaxAdmin ${CMAKE_CURRENT_SOURCE_DIR}/maxadmin_test.sh)
|
||||||
install(PROGRAMS maxadmin_stress.sh DESTINATION ${CMAKE_BINARY_DIR})
|
add_test(TestMaxAdminStress ${CMAKE_CURRENT_SOURCE_DIR}/maxadmin_stress.sh)
|
||||||
add_test(TestMaxAdmin ${CMAKE_BINARY_DIR}/maxadmin_test.sh)
|
|
||||||
add_test(TestMaxAdminStress ${CMAKE_BINARY_DIR}/maxadmin_stress.sh)
|
|
||||||
|
Reference in New Issue
Block a user