aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/coaptestserver.pri5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/coaptestserver.pri b/tests/auto/coaptestserver.pri
deleted file mode 100644
index 2399826..0000000
--- a/tests/auto/coaptestserver.pri
+++ /dev/null
@@ -1,5 +0,0 @@
-COAP_TEST_SERVER_IP = $$(COAP_TEST_SERVER_IP)
-!isEmpty(COAP_TEST_SERVER_IP) {
- DEFINES += COAP_TEST_SERVER_IP=\\\"$${COAP_TEST_SERVER_IP}\\\"
- message(CoAP plugtest server IP set to $$COAP_TEST_SERVER_IP)
-}