mirror of https://github.com/xemu-project/xemu.git
gitignore: Ignore new tests
Signed-off-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
08156b4c34
commit
acff77b1ea
|
@ -5,6 +5,7 @@ check-qjson
|
||||||
check-qlist
|
check-qlist
|
||||||
check-qstring
|
check-qstring
|
||||||
check-qom-interface
|
check-qom-interface
|
||||||
|
rcutorture
|
||||||
test-aio
|
test-aio
|
||||||
test-bitops
|
test-bitops
|
||||||
test-coroutine
|
test-coroutine
|
||||||
|
@ -26,6 +27,7 @@ test-qmp-input-strict
|
||||||
test-qmp-input-visitor
|
test-qmp-input-visitor
|
||||||
test-qmp-marshal.c
|
test-qmp-marshal.c
|
||||||
test-qmp-output-visitor
|
test-qmp-output-visitor
|
||||||
|
test-rcu-list
|
||||||
test-rfifolock
|
test-rfifolock
|
||||||
test-string-input-visitor
|
test-string-input-visitor
|
||||||
test-string-output-visitor
|
test-string-output-visitor
|
||||||
|
@ -33,6 +35,7 @@ test-thread-pool
|
||||||
test-throttle
|
test-throttle
|
||||||
test-visitor-serialization
|
test-visitor-serialization
|
||||||
test-vmstate
|
test-vmstate
|
||||||
|
test-write-threshold
|
||||||
test-x86-cpuid
|
test-x86-cpuid
|
||||||
test-xbzrle
|
test-xbzrle
|
||||||
*-test
|
*-test
|
||||||
|
|
Loading…
Reference in New Issue