summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-23 16:13:34 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-23 16:13:34 +0000
commit3bc4bd2ce55d31082796ae0396d6507df1086a9f (patch)
tree0a828912943799fb85c236f29448e7af8e610f35 /tests
parentc138220e06a0554d63819911e1b50896f10889cd (diff)
downloadATCD-3bc4bd2ce55d31082796ae0396d6507df1086a9f.tar.gz
ChangeLogTag:Sun Aug 23 11:12:46 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
-rw-r--r--tests/Message_Queue_Notifications_Test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index bcac0d89435..fa76a37965f 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -29,7 +29,7 @@ BIN = Aio_Platform_Test \
MT_SOCK_Test \
Message_Block_Test \
Message_Queue_Test \
- Message_Queue_Notifications_Test.cpp \
+ Message_Queue_Notifications_Test \
Naming_Test \
Notify_Performance_Test \
Process_Mutex_Test \
diff --git a/tests/Message_Queue_Notifications_Test.cpp b/tests/Message_Queue_Notifications_Test.cpp
index c5f7fadcc06..4c38dfc70b1 100644
--- a/tests/Message_Queue_Notifications_Test.cpp
+++ b/tests/Message_Queue_Notifications_Test.cpp
@@ -39,7 +39,7 @@
#include "ace/Strategies.h"
#include "ace/Task.h"
-ACE_RCSID(tests, Message_Queue_Notifications_Test.cpp, "$Id$")
+ACE_RCSID(tests, Message_Queue_Notifications_Test, "$Id$")
#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
USELIB("..\ace\aced.lib");