PERFORCE change 164392 for review

Zhao Shuai zhaoshuai at FreeBSD.org
Mon Jun 15 03:01:57 UTC 2009


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

Change 164392 by zhaoshuai at zhaoshuai on 2009/06/15 03:00:57

	use reported FIFO bug for testing, PR_74242, PR_76144

Affected files ...

.. //depot/projects/soc2009/fifo/fifo_test/functionality/Makefile#4 edit
.. //depot/projects/soc2009/fifo/fifo_test/functionality/pr_74242_speak.c#1 add
.. //depot/projects/soc2009/fifo/fifo_test/functionality/pr_74242_tick.c#1 add
.. //depot/projects/soc2009/fifo/fifo_test/functionality/pr_76144.c#1 add

Differences ...

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

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


More information about the p4-projects mailing list