Consolidate the BB10 Qt module sources into this repo alongside qtbase so the full Qt6 cross-build is reproducible from one place (previously separate, unpushed sibling repos that could be lost). v6.8.3 + BB10 patches: - qtshadertools: SPIRV-Cross langinfo guard for QNX. - qtmultimedia: drop QNX audio backend block. - qtsvg/qtdeclarative/qthttpserver: pristine (no source patches needed). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| README.md | ||
| test_common.py | ||
| test_monkeyYaml.py | ||
| test_parseTestRecord.py | ||
README.md
Unit tests for python packaging tools
This directory holds tests for the python code, not tests of EMCAScript
Running tests
$ cd tools/packaging/test
$ for x in test*.py; do python $x; done