aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autotests/kconfig_compiler/kconfigcompiler_test.cpp4
-rw-r--r--metainfo.yaml1
2 files changed, 5 insertions, 0 deletions
diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.cpp b/autotests/kconfig_compiler/kconfigcompiler_test.cpp
index 61666939..bd8a0ef7 100644
--- a/autotests/kconfig_compiler/kconfigcompiler_test.cpp
+++ b/autotests/kconfig_compiler/kconfigcompiler_test.cpp
@@ -181,6 +181,10 @@ void KConfigCompiler_Test::testRunning()
}
QCOMPARE((int)process.error(), (int)QProcess::UnknownError);
QCOMPARE(process.exitCode(), 0);
+
+#ifdef Q_OS_HURD
+ QTest::qWait(10);
+#endif
}
void KConfigCompiler_Test::appendFileDiff(const QString &oldFile, const QString &newFile)
diff --git a/metainfo.yaml b/metainfo.yaml
index e8a544a1..269d3c88 100644
--- a/metainfo.yaml
+++ b/metainfo.yaml
@@ -5,6 +5,7 @@ type: functional
platforms:
- name: Linux
- name: FreeBSD
+ - name: GNU
- name: Windows
- name: macOS
- name: Android