aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/pkgconfig/tst_pkgconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/pkgconfig/tst_pkgconfig.cpp')
-rw-r--r--tests/auto/pkgconfig/tst_pkgconfig.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/pkgconfig/tst_pkgconfig.cpp b/tests/auto/pkgconfig/tst_pkgconfig.cpp
index ec62e1a7f..220e54e7a 100644
--- a/tests/auto/pkgconfig/tst_pkgconfig.cpp
+++ b/tests/auto/pkgconfig/tst_pkgconfig.cpp
@@ -168,6 +168,8 @@ void TestPkgConfig::pkgConfig_data()
QTest::addColumn<QString>("jsonFileName");
QTest::addColumn<QVariantMap>("optionsMap");
+ QTest::newRow("empty-variable")
+ << QStringLiteral("empty-variable") << QString() << QVariantMap();
QTest::newRow("non-l-required")
<< QStringLiteral("non-l-required") << QString() << QVariantMap();
QTest::newRow("simple")