From 4c1361d10da4150771f15e71360156fe0957906b Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 28 Oct 2020 17:38:10 +0100 Subject: [PATCH] Fix test target name --- tests/auto/pythonplugins/pythonplugins.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/pythonplugins/pythonplugins.pro b/tests/auto/pythonplugins/pythonplugins.pro index 438e619e..36d4b792 100644 --- a/tests/auto/pythonplugins/pythonplugins.pro +++ b/tests/auto/pythonplugins/pythonplugins.pro @@ -1,4 +1,4 @@ -TARGET = testactions +TARGET = testpythonplugins include(../../../nymea.pri) include(../autotests.pri)