reenable time tests
This commit is contained in:
parent
7cfd7bf293
commit
4c4bafa287
8
guh.pro
8
guh.pro
@ -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.")
|
||||
}
|
||||
|
||||
@ -18,3 +18,4 @@ SUBDIRS = versioning \
|
||||
restlogging \
|
||||
#coap \ # temporary removed until fixed
|
||||
configurations \
|
||||
timemanager \
|
||||
|
||||
Reference in New Issue
Block a user