[asterisk-scf-commits] asterisk-scf/integration/bridging.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Sep 13 15:44:28 CDT 2010


branch "master" has been updated
       via  e3f8669a1570cfa52ff56f745a30ab772541da4f (commit)
       via  4a2742662c065606222d3a5bc41f32f740b90a3b (commit)
       via  a87b95e94559cb93d83da3152af37045b9319344 (commit)
      from  6b0b85656011b91c63905227ae5c1523c5c21edb (commit)

Summary of changes:
 .gitignore          |    1 +
 CMakeSubDirs.txt    |    3 ++-
 cmake               |    2 +-
 test/CMakeLists.txt |    2 ++
 4 files changed, 6 insertions(+), 2 deletions(-)
 create mode 100644 .gitignore
 mode change 100644 => 100755 CMakeSubDirs.txt
 mode change 100644 => 100755 test/CMakeLists.txt


- Log -----------------------------------------------------------------
commit e3f8669a1570cfa52ff56f745a30ab772541da4f
Author: David M. Lee <dlee at digium.com>
Date:   Mon Sep 13 15:12:39 2010 -0500

    Adding bridging_unit_test as a CTest.

diff --git a/cmake b/cmake
index 1e7a172..4291d3e 160000
--- a/cmake
+++ b/cmake
@@ -1 +1 @@
-Subproject commit 1e7a1725fe9e2d176a2c26820d6bcd96c6c3939e
+Subproject commit 4291d3e908c3c5907e56eb3e52aeeac30bfe4a10
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
old mode 100644
new mode 100755
index 22c240e..ced80df
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -32,3 +32,5 @@ hydra_component_add_boost_libraries(bridging_unit_test unit_test_framework)
 hydra_component_add_boost_libraries(bridging_unit_test thread)
 hydra_component_build_standalone(bridging_unit_test)
 hydra_component_install(bridging_unit_test RUNTIME bin "Bridging Test Driver." Core)
+
+add_test(NAME bridging_unit_test COMMAND bridging_unit_test)

commit 4a2742662c065606222d3a5bc41f32f740b90a3b
Author: David M. Lee <dlee at digium.com>
Date:   Mon Sep 13 15:00:12 2010 -0500

    Adding Emacs mode line for CMakeSubDirs.txt

diff --git a/CMakeSubDirs.txt b/CMakeSubDirs.txt
old mode 100644
new mode 100755
index 01290b7..3348bd6
--- a/CMakeSubDirs.txt
+++ b/CMakeSubDirs.txt
@@ -1,6 +1,7 @@
+# -*- cmake -*-
 
 # Take care of the source code for this project
 add_subdirectory(src)
 
 # Finally take care of the test suite
-add_subdirectory(test)
\ No newline at end of file
+add_subdirectory(test)

commit a87b95e94559cb93d83da3152af37045b9319344
Author: David M. Lee <dlee at digium.com>
Date:   Mon Sep 13 14:43:51 2010 -0500

    Ignoring build directory

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..378eac2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+build

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


-- 
asterisk-scf/integration/bridging.git



More information about the asterisk-scf-commits mailing list