summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2010-08-23 13:55:16 +0530
committerAmit Shah <amit.shah@redhat.com>2010-08-23 13:55:16 +0530
commite1f100f1fbe0285c7efdfc30f38bece766e59efe (patch)
tree6c740d4f2d9c57b74ad27baa3db9abdd5cd85981 /Makefile
parent2c799e07ca9327ef662896c01856f2f6f5c0229d (diff)
downloadtest-virtserial-e1f100f1fbe0285c7efdfc30f38bece766e59efe.tar.gz
test-virtserial-e1f100f1fbe0285c7efdfc30f38bece766e59efe.tar.xz
test-virtserial-e1f100f1fbe0285c7efdfc30f38bece766e59efe.zip
auto-test: Introduce a threaded read/write test
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4cf5dab..6df0a67 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
CFLAGS=-Wall -g
+LDFLAGS=-lpthread
all: test-virtserial auto-virtserial auto-virtserial-guest