summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.include
Commit message (Expand)AuthorAgeFilesLines
...
* meson: declare keyutils dependencyMarc-André Lureau2020-09-081-1/+1
* meson: build qapi tests libraryMarc-André Lureau2020-09-081-78/+1Star
* qemu-iotests: move check-block back to MakefilesPaolo Bonzini2020-09-081-3/+12
* tests/Makefile: test-image-locking needs CONFIG_POSIXThomas Huth2020-09-071-0/+2
* meson: convert sample pluginsPaolo Bonzini2020-08-211-9/+0Star
* meson: convert check-blockPaolo Bonzini2020-08-211-16/+2Star
* meson: link emulators without Makefile.targetPaolo Bonzini2020-08-211-2/+2
* meson: convert hw/coreMarc-André Lureau2020-08-211-9/+1Star
* meson: convert migration directory to MesonMarc-André Lureau2020-08-211-4/+3Star
* meson: convert tests/qtest to mesonPaolo Bonzini2020-08-211-41/+6Star
* meson: convert check-qapi-schemaPaolo Bonzini2020-08-211-216/+2Star
* meson: convert tests/fp and check-softfloatPaolo Bonzini2020-08-211-156/+2Star
* meson: convert check-decodetreePaolo Bonzini2020-08-211-8/+1Star
* meson: convert qemu-gaPaolo Bonzini2020-08-211-2/+2
* meson: add testsuite Makefile generatorPaolo Bonzini2020-08-211-1/+0Star
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107...Peter Maydell2020-07-121-5/+14
|\
| * testing: add check-build targetAlex Bennée2020-07-111-4/+13
| * gitlab: add acceptance testing to system buildsAlex Bennée2020-07-111-1/+1
* | tests: Inject test name also when the test failsHavard Skinnemoen2020-07-111-1/+1
|/
* tests: Disable select tests under TSan, which hit TSan issue.Robert Foley2020-06-161-2/+7
* test-crypto-secret: add 'secret_keyring' object tests.Alexey Krasikov2020-06-151-0/+4
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-06-081-8/+10
|\
| * tests/Makefile: Restrict some softmmu-only testsPhilippe Mathieu-Daudé2020-06-051-8/+8
| * tests/Makefile: Only display TCG-related tests when TCG is availablePhilippe Mathieu-Daudé2020-06-051-0/+2
* | tests/Makefile: Fix description of "make check"Huacai Chen2020-06-011-1/+1
* | tests/fp: split and audit the conversion testsAlex Bennée2020-05-271-5/+32
* | tests/fp: enable extf80_le_quite testsAlex Bennée2020-05-271-7/+0Star
|/
* qdev: add clock input&output support to devices.Damien Hedde2020-04-301-0/+1
* Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell2020-03-191-2/+18
|\
| * Acceptance tests: add make targets to download imagesCleber Rosa2020-03-181-2/+18
* | qapi: New special feature flag "deprecated"Markus Armbruster2020-03-171-0/+1
|/
* tests/qemu-iotests: Fix socket_scm_helper build pathPhilippe Mathieu-Daudé2020-03-111-0/+1
* rcu_queue: add QSLIST functionsPaolo Bonzini2020-02-221-0/+2
* tests/Makefile: Fix inclusion of the qos dependency filesThomas Huth2020-02-041-1/+1
* tests/vhost-user-bridge: Fix buildDr. David Alan Gilbert2020-02-041-0/+1
* hw/core: add Resettable support to BusClass and DeviceClassDamien Hedde2020-01-301-0/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-01-14' into ...Peter Maydell2020-01-141-2/+7
|\
| * qapi: Generate command registration stuff into separate filesMarkus Armbruster2020-01-141-1/+4
| * tests/Makefile.include: Fix missing test-qapi-emit-events.[ch]Markus Armbruster2020-01-141-1/+3
* | tests/libqos: Move the libqos files under tests/qtest/Thomas Huth2020-01-121-1/+1
* | tests/Makefile: Move qtest-related settings to a separate Makefile.includeThomas Huth2020-01-121-318/+1Star
* | test: Move qtests to a separate directoryThomas Huth2020-01-121-110/+111
* | tests/Makefile: Separate unit test dependencies from qtest dependenciesThomas Huth2020-01-121-5/+5
* | tests/Makefile: Remove 'tests/' and '$(EXESUF)' from the check-qtest variablesThomas Huth2020-01-121-126/+130
* | tests/Makefile: test-char does not need libqtestThomas Huth2020-01-121-1/+1
|/
* testing: don't nest build for fp-testAlex Bennée2020-01-091-1/+1
* tests: add dbus-vmstate-testMarc-André Lureau2020-01-061-1/+21
* tests: add migration-helpers unitMarc-André Lureau2020-01-061-1/+1
* vmstate: add qom interface to get idMarc-André Lureau2020-01-061-0/+1
* configure: Require Python >= 3.5Eduardo Habkost2019-12-201-5/+0Star