Fix cmake test target.

pull/190/head
Roger A. Light 9 years ago
parent 54ca15ad28
commit f8d84a62bd

@ -101,4 +101,4 @@ install(FILES mosquitto.conf aclfile.example pskfile.example pwfile.example DEST
# ========================================
# Testing
# ========================================
add_custom_target(Tests COMMAND make -C test test)
add_custom_target(Tests COMMAND make -C ${mosquitto_SOURCE_DIR}/test test)

Loading…
Cancel
Save