From 9ee0f0c07935e2429707c62ee088bc6b3d8911ef Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Thu, 25 Apr 2019 21:54:45 +0200 Subject: Fix lexyaccOutputs with outdated Bison On Macos, default bison version is 2.3 which means newer syntax is not recognized and test fails Change-Id: I1180528fc8f4aa49f5327e736c1c97dade53c194 Reviewed-by: Christian Kandeler --- tests/auto/blackbox/tst_blackbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/blackbox/tst_blackbox.h') diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h index 624cd5fbb..f7f1c9a29 100644 --- a/tests/auto/blackbox/tst_blackbox.h +++ b/tests/auto/blackbox/tst_blackbox.h @@ -310,6 +310,7 @@ private: QMap findTypeScript(int *status); QString findArchiver(const QString &fileName, int *status = nullptr); static bool lexYaccExist(); + static qbs::Version bisonVersion(); }; #endif // TST_BLACKBOX_H -- cgit v1.2.1