reenable time tests

pull/135/head
Simon Stürz 2017-02-16 13:47:09 +01:00 committed by Michael Zanetti
parent 7cfd7bf293
commit 4c4bafa287
2 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,14 @@ message("JSON-RPC API version $${JSON_PROTOCOL_VERSION}")
message("REST API version $${REST_API_VERSION}")
message("Plugin path $${GUH_PLUGINS_PATH}")
# Check debug mode
CONFIG(debug, debug|release) {
message("Debug build")
} else {
message("Release build")
}
# Build coverage
coverage {
message("Building coverage.")
}

View File

@ -18,3 +18,4 @@ SUBDIRS = versioning \
restlogging \
#coap \ # temporary removed until fixed
configurations \
timemanager \