Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2009 12:47:07 GMT
From:      Zhao Shuai <zhaoshuai@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 164335 for review
Message-ID:  <200906141247.n5ECl7a3009022@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=164335

Change 164335 by zhaoshuai@zhaoshuai on 2009/06/14 12:46:30

	add fifo poll tests

Affected files ...

.. //depot/projects/soc2009/fifo/fifo_test/functionality/Makefile#3 edit
.. //depot/projects/soc2009/fifo/fifo_test/functionality/poll.c#1 add

Differences ...

==== //depot/projects/soc2009/fifo/fifo_test/functionality/Makefile#3 (text+ko) ====

@@ -1,4 +1,5 @@
-OBJS = rdwr reader1 reader2 writer1 bidirection1 bidirection2 select
+OBJS = rdwr reader1 reader2 writer1 bidirection1 bidirection2 select \
+       poll
 
 all : $(OBJS)
 
@@ -9,6 +10,7 @@
 bidirection1 : bidirection1.c
 bidirection2 : bidirection2.c
 select : select.c
+poll : poll.c
 
 clean :
 	-rm $(OBJS)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906141247.n5ECl7a3009022>