11 lines
152 B
Prolog
11 lines
152 B
Prolog
include(../nymea-remoteproxy.pri)
|
|
|
|
TEMPLATE=subdirs
|
|
SUBDIRS += test-offline
|
|
|
|
online {
|
|
message("Online tests enabled")
|
|
SUBDIRS += test-online
|
|
}
|
|
|