diff options
-rw-r--r-- | ChangeLog-96b | 4 | ||||
-rw-r--r-- | tests/Pipe_Test.cpp | 16 |
2 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b index 2191cbb9c3c..e3cb6cdf39a 100644 --- a/ChangeLog-96b +++ b/ChangeLog-96b @@ -16,6 +16,10 @@ Tue Nov 26 21:06:13 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu> multiple ACE_Pipes in one process and hence create multiple Reactors also without any problems. + * tests/Pipe_Test.cpp: Added a ACE_Pipe test to check for the + creation of multiple pipes in a process. Also changed the + relevant makefiles and scripts. + Tue Nov 26 11:27:33 1996 David L. Levine <levine@cs.wustl.edu> * tests/{CPP_Test,Mutex_Test,Shared_Memory_MM_Test,SPIPE_Test}.cpp: diff --git a/tests/Pipe_Test.cpp b/tests/Pipe_Test.cpp index 88e65fc8b88..212dddbb66e 100644 --- a/tests/Pipe_Test.cpp +++ b/tests/Pipe_Test.cpp @@ -1,3 +1,19 @@ +// ============================================================================ +// +// = LIBRARY +// tests +// +// = FILENAME +// Pipe_Test.cpp +// +// = DESCRIPTION +// Tests the construction of multiple pipes in a process. +// +// = AUTHOR +// Irfan Pyarali +// +// ============================================================================ + #include "ace/Pipe.h" #include "test_config.h" |