tests: Add a unit test for passthrough support
authorArun Raghavan <arunsr@codeaurora.org>
Mon, 3 Sep 2018 12:11:54 +0000 (17:41 +0530)
committerArun Raghavan <arun@arunraghavan.net>
Fri, 12 Oct 2018 14:06:34 +0000 (19:36 +0530)
commitcda9a5f1d3154cb18e7dd95d237893115660695b
treec0e958616ea0367f63b373621365fb6c5afdbff6
parent5fd17efc6c484f62e4961469ffc894b0dc9cf588
tests: Add a unit test for passthrough support

This adds some basic infrastructure to test passthrough support. Right
now, it just creates a passthrough stream and makes sure negotiation
works. We'll add in more tests as we go along.
src/Makefile.am
src/tests/passthrough-test.c [new file with mode: 0644]