[asterisk-scf-commits] asterisk-scf/release/ice-util-cpp.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Jan 3 14:40:33 CST 2012


branch "master" has been updated
       via  cd330e8a7fd8520dba57d6b6f6707c5283de0c6e (commit)
      from  60d6e20934eba3fa76c3fed6bac751ef4bf61ec5 (commit)

Summary of changes:
 config/IceUtilCppTests.conf |    2 +-
 test/CMakeLists.txt         |   28 ++++++++++++++--------------
 2 files changed, 15 insertions(+), 15 deletions(-)


- Log -----------------------------------------------------------------
commit cd330e8a7fd8520dba57d6b6f6707c5283de0c6e
Author: Mark Michelson <mmichelson at digium.com>
Date:   Tue Jan 3 14:37:37 2012 -0600

    Adjust component library names and update test config files

diff --git a/config/IceUtilCppTests.conf b/config/IceUtilCppTests.conf
index e2671c4..e98a9e9 100644
--- a/config/IceUtilCppTests.conf
+++ b/config/IceUtilCppTests.conf
@@ -17,4 +17,4 @@ IceBox.ServiceManager.Endpoints=default -h 127.0.0.1 -p 56000
 IceBox.ServiceManager.ThreadPool.Size=4
 IceBoxManager.Proxy=IceBox/ServiceManager:default -h 127.0.0.1 -p 56000
 
-IceBox.Service.ProxyHelper=astscf-ice-util-cpp-test:create
+IceBox.Service.ProxyHelper=ASTSCFIceUtilCppTest:create
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 3031d1e..1e0cd0a 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,18 +1,18 @@
-astscf_component_init(ASTSCFIceUtilCpp-test)
+astscf_component_init(ASTSCFIceUtilCppTest)
 astscf_slice_collection(LOCAL PATH "${CMAKE_CURRENT_SOURCE_DIR}")
-astscf_component_add_slices(ASTSCFIceUtilCpp-test LOCAL ProxyHelper/SimpleIf.ice)
-astscf_component_add_files(ASTSCFIceUtilCpp-test LocatorRegistration/LocatorRegistrationTest.cpp)
-astscf_component_add_files(ASTSCFIceUtilCpp-test LocatorRegistration/LocatorRegistrationTest.h)
-astscf_component_add_files(ASTSCFIceUtilCpp-test PropertyHelper/PropertyHelperTest.cpp)
-astscf_component_add_files(ASTSCFIceUtilCpp-test PropertyHelper/PropertyHelperTest.h)
-astscf_component_add_files(ASTSCFIceUtilCpp-test ProxyHelper/ProxyHelperTests.cpp)
-astscf_component_add_files(ASTSCFIceUtilCpp-test ProxyHelper/ProxyHelperTests.h)
-astscf_component_add_files(ASTSCFIceUtilCpp-test UtilityTests.cpp)
-astscf_component_add_ice_libraries(ASTSCFIceUtilCpp-test IceBox)
-astscf_component_add_boost_libraries(ASTSCFIceUtilCpp-test unit_test_framework date_time thread)
-astscf_component_add_slice_collection_libraries(ASTSCFIceUtilCpp-test ASTSCF)
-astscf_component_build_icebox(ASTSCFIceUtilCpp-test)
-astscf_test_icebox(ASTSCFIceUtilCpp-test config/IceUtilCppTests.conf)
+astscf_component_add_slices(ASTSCFIceUtilCppTest LOCAL ProxyHelper/SimpleIf.ice)
+astscf_component_add_files(ASTSCFIceUtilCppTest LocatorRegistration/LocatorRegistrationTest.cpp)
+astscf_component_add_files(ASTSCFIceUtilCppTest LocatorRegistration/LocatorRegistrationTest.h)
+astscf_component_add_files(ASTSCFIceUtilCppTest PropertyHelper/PropertyHelperTest.cpp)
+astscf_component_add_files(ASTSCFIceUtilCppTest PropertyHelper/PropertyHelperTest.h)
+astscf_component_add_files(ASTSCFIceUtilCppTest ProxyHelper/ProxyHelperTests.cpp)
+astscf_component_add_files(ASTSCFIceUtilCppTest ProxyHelper/ProxyHelperTests.h)
+astscf_component_add_files(ASTSCFIceUtilCppTest UtilityTests.cpp)
+astscf_component_add_ice_libraries(ASTSCFIceUtilCppTest IceBox)
+astscf_component_add_boost_libraries(ASTSCFIceUtilCppTest unit_test_framework date_time thread)
+astscf_component_add_slice_collection_libraries(ASTSCFIceUtilCppTest ASTSCF)
+astscf_component_build_icebox(ASTSCFIceUtilCppTest)
+astscf_test_icebox(ASTSCFIceUtilCppTest config/IceUtilCppTests.conf)
 
 add_subdirectory(Async)
 add_subdirectory(Component)

-----------------------------------------------------------------------


-- 
asterisk-scf/release/ice-util-cpp.git



More information about the asterisk-scf-commits mailing list