From 99f338f27c48530468277fb5817ac9e185368154 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 17 Jan 2018 16:46:39 +0100 Subject: Add README for tests/auto/bic Task-number: QTBUG-65827 Change-Id: I0c0b960066377acea5de2e45ac21675aab223c64 Reviewed-by: Liang Qi Reviewed-by: Frederik Gladhorn --- tests/auto/bic/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/auto/bic/README diff --git a/tests/auto/bic/README b/tests/auto/bic/README new file mode 100644 index 0000000000..2bde3dd9b9 --- /dev/null +++ b/tests/auto/bic/README @@ -0,0 +1,13 @@ +This directory contains test data to be used by tst_bic to check that we don't +introduce binary incompatible changes between releases. The bic test is run +after every successful integration on Linux only. This data is generated after +each minor release. The generated BC files contain virtual tables, and the bic +test checks new content against the old data. + +See the following README for an explanation of how to generate this data: + +http://code.qt.io/cgit/qt/qtqa.git/tree/tests/postbuild/bic/README + +The test itself can be found here: + +http://code.qt.io/cgit/qt/qtqa.git/tree/tests/postbuild/bic -- cgit v1.2.3