PERFORCE change 164335 for review

Zhao Shuai zhaoshuai at FreeBSD.org
Sun Jun 14 12:47:08 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=164335

Change 164335 by zhaoshuai at 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)


More information about the p4-projects mailing list