Displaying 1 result from an estimated 1 matches for "testmultiplexer".
2010 May 27
1
[PATCH matahari] Introduces a multiplexer for taking requests and mapping them to APIs.
...has its own standalone makefile that
builds the tests.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
configure.ac | 3 +-
src/Makefile.am | 6 ++-
src/tests/.gitignore | 1 +
src/tests/Makefile.am | 13 +++++
src/tests/testmultiplexer.cpp | 109 +++++++++++++++++++++++++++++++++++++++++
src/tests/testmultiplexer.h | 46 +++++++++++++++++
src/virtio/multiplexer.cpp | 62 +++++++++++++++++++++++
src/virtio/multiplexer.h | 48 ++++++++++++++++++
8 files changed, 285 insertions(+), 3 deletions(-)
create mode 100644...