aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/bic
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-01-17 16:46:39 +0100
committerMitch Curtis <mitch.curtis@qt.io>2018-01-27 08:03:44 +0000
commit99f338f27c48530468277fb5817ac9e185368154 (patch)
tree2080c4db5f4f532de2c4548397af0579749324de /tests/auto/bic
parent388f9b151245ae194a0a9175da7cc70ce534e6e6 (diff)
Add README for tests/auto/bic
Task-number: QTBUG-65827 Change-Id: I0c0b960066377acea5de2e45ac21675aab223c64 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'tests/auto/bic')
-rw-r--r--tests/auto/bic/README13
1 files changed, 13 insertions, 0 deletions
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