Rename conflicting test
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
add_executable(test_log test_log.cc)
|
||||
target_link_libraries(test_log maxbase)
|
||||
add_test(test_log test_log)
|
||||
add_executable(test_mxb_log test_log.cc)
|
||||
target_link_libraries(test_mxb_log maxbase)
|
||||
add_test(test_mxb_log test_mxb_log)
|
||||
|
||||
|
Reference in New Issue
Block a user