summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-11 08:18:54 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-11 08:18:54 +0000
commite556dd56b9b1c9885e4140722e09fa99d1b678a4 (patch)
tree8c5272fe27cf240e49b58bb643078fdf2d9cb49a /tests
parent9585c4e3ce338a68199a2ebc3568f2dfd6587b9c (diff)
downloadATCD-e556dd56b9b1c9885e4140722e09fa99d1b678a4.tar.gz
ChangeLogTag:Tue Oct 11 01:17:10 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/DLL_Test.cpp4
-rw-r--r--tests/tests.mpc2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/DLL_Test.cpp b/tests/DLL_Test.cpp
index 8a478254b6f..c3582ea0375 100644
--- a/tests/DLL_Test.cpp
+++ b/tests/DLL_Test.cpp
@@ -69,13 +69,13 @@ int basic_test (ACE_DLL &dll)
/* With KCC, turning on close-on-destruction will cause problems
when libKCC tries to call dtors. */
int retval = dll.open (ACE_TEXT (OBJ_PREFIX)
- ACE_TEXT ("DLL_Test")
+ ACE_TEXT ("DLL_Test_Lib")
ACE_TEXT (OBJ_SUFFIX),
ACE_DEFAULT_SHLIB_MODE,
0);
#else
int retval = dll.open (OBJ_PREFIX
- ACE_TEXT ("DLL_Test")
+ ACE_TEXT ("DLL_Test_Lib")
OBJ_SUFFIX);
#endif /* __KCC */
diff --git a/tests/tests.mpc b/tests/tests.mpc
index b07ce6975f4..a6ec142267a 100644
--- a/tests/tests.mpc
+++ b/tests/tests.mpc
@@ -51,7 +51,7 @@ project(DLL Test Parent Lib) : acelib {
}
project(DLL Test Lib) : acelib, dll_test_parent_lib {
- sharedname = DLL_Test
+ sharedname = DLL_Test_Lib
dynamicflags = ACE_SVC_BUILD_DLL
Source_Files {