1
0
mirror of https://github.com/eclipse/mosquitto.git synced 2025-05-09 01:01:11 +08:00

Fix cmake test target.

This commit is contained in:
Roger A. Light 2016-06-07 21:51:27 +01:00
parent 54ca15ad28
commit f8d84a62bd

View File

@ -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)