This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2018-08-20 19:53:08 +02:00

11 lines
152 B
Prolog

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