summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-21 02:48:24 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-21 02:48:24 +0000
commit9b1dcb705a178b0de7f7c64c45eb339609bd6b74 (patch)
tree847dd734dfa35649a2d74c11e8508d836bef3d69
parent2f24e8ca6c2ea853291847b8c45a0ba96814daf5 (diff)
downloadATCD-9b1dcb705a178b0de7f7c64c45eb339609bd6b74.tar.gz
ChangeLogTag:Wed May 21 02:49:10 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog7
-rw-r--r--tests/Makefile.am13
2 files changed, 14 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 51e15e85769..046120cf1aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed May 21 02:49:10 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * tests/Makefile.am:
+ Added missing Main.cpp to several targets. Thanks to
+ Terletsky Oleg <oleg.terletsky@comverse.com> for reporting this
+ and supplying the patch.
+
Tue May 20 18:56:03 UTC 2003 Don Hinton <dhinton@dresystems.com>
* tests/tests.mpc:
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 655475c3d19..3a730f32e22 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -390,7 +390,7 @@ RB_Tree_Test_SOURCES = RB_Tree_Test.cpp RB_Tree_Test.h Main.cpp
Reactor_Dispatch_Order_Test_SOURCES = Reactor_Dispatch_Order_Test.cpp Main.cpp
-Reactor_Exceptions_Test_SOURCES = Reactor_Exceptions_Test.cpp
+Reactor_Exceptions_Test_SOURCES = Reactor_Exceptions_Test.cpp Main.cpp
Reactor_Notify_Test_SOURCES = Reactor_Notify_Test.cpp Main.cpp
@@ -442,15 +442,16 @@ Svc_Handler_Test_SOURCES = Svc_Handler_Test.cpp Main.cpp
TP_Reactor_Test_SOURCES = TP_Reactor_Test.cpp TP_Reactor_Test.h Main.cpp
TSS_Test_SOURCES = TSS_Test.cpp \
- TSS_Test_Errno.h
+ TSS_Test_Errno.h \
+ Main.cpp
-Task_Test_SOURCES = Task_Test.cpp
+Task_Test_SOURCES = Task_Test.cpp Main.cpp
-Thread_Manager_Test_SOURCES = Thread_Manager_Test.cpp
+Thread_Manager_Test_SOURCES = Thread_Manager_Test.cpp Main.cpp
-Thread_Mutex_Test_SOURCES = Thread_Mutex_Test.cpp
+Thread_Mutex_Test_SOURCES = Thread_Mutex_Test.cpp Main.cpp
-Thread_Pool_Reactor_Test_SOURCES = Thread_Pool_Reactor_Test.cpp
+Thread_Pool_Reactor_Test_SOURCES = Thread_Pool_Reactor_Test.cpp Main.cpp
Thread_Pool_Reactor_Resume_Test_SOURCES = Thread_Pool_Reactor_Resume_Test.cpp \
Main.cpp