Skip to content

Commit

Permalink
Disable tests for cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Jun 1, 2019
1 parent 587debc commit c629103
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquittopp.pc" DESTINATION "${CMA
# Testing
# ========================================
enable_testing()
add_test("test" make -C ${mosquitto_SOURCE_DIR}/test test)

1 comment on commit c629103

@srasku
Copy link

@srasku srasku commented on c629103 Feb 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the motivation of removing the tests?

Please sign in to comment.