summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* auto-test: Introduce a threaded read/write testAmit Shah2010-08-231-0/+1
| | | | | | | | Introduce a test that creates a new thread and blocks on a port for read. The parent thread then writes to the port, and later the host writes something to the port, unblocking the read. Signed-off-by: Amit Shah <amit.shah@redhat.com>
* Makefile: clean target, dependencies on .h filesAmit Shah2009-11-261-4/+9
| | | | Signed-off-by: Amit Shah <amit.shah@redhat.com>
* auto-test: compile programs with -gAmit Shah2009-10-291-1/+1
| | | | | | Helpful for debugging Signed-off-by: Amit Shah <amit.shah@redhat.com>
* Automated test suite for new virtio-console functionalityAmit Shah2009-10-201-2/+4
| | | | | | | | | | | This commit adds programs that run automated tests in the guest. One program (auto-virtserial.c) is to be run on the host and another (auto-virtserial-guest.c) is to be run in the guest. A README file is added that explains how to run them using the supplied script (run-test.sh). Signed-off-by: Amit Shah <amit.shah@redhat.com>
* test-virtserial: A set of tests to check generic virtio serial portsAmit Shah2009-10-121-0/+7
The old virtio-console is now capable of handling generic serial ports as well. This code base targets at testing the various paths in the virtio-console (or virtio-serial) codebase, in the kernel as well as in qemu (kernel in the guest, qemu on the host). This test is an interactive session. An automated test will follow. Signed-off-by: Amit Shah <amit.shah@redhat.com>