You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2015/10/23 16:36:40 UTC

[38/50] [abbrv] qpid-proton git commit: NO-JIRA: Remove cmake FIXME message left in by mistake.

NO-JIRA: Remove cmake FIXME message left in by mistake.


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6192c554
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/6192c554
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/6192c554

Branch: refs/heads/go1
Commit: 6192c5544ffc7d736cd073fb17a3549d44e39ef8
Parents: cf221b4
Author: Alan Conway <ac...@redhat.com>
Authored: Tue Oct 20 17:01:41 2015 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Tue Oct 20 17:01:41 2015 -0400

----------------------------------------------------------------------
 examples/go/CMakeLists.txt | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/6192c554/examples/go/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/examples/go/CMakeLists.txt b/examples/go/CMakeLists.txt
index bcfff1a..3235880 100644
--- a/examples/go/CMakeLists.txt
+++ b/examples/go/CMakeLists.txt
@@ -25,7 +25,6 @@ if(BUILD_GO)
   foreach(example ${examples})
     set(source ${CMAKE_CURRENT_SOURCE_DIR}/${example}.go)
     set(target ${CMAKE_CURRENT_BINARY_DIR}/${example})
-    message("FIXME ${source} ${GO_TARGETS}")
     add_custom_command(
       OUTPUT ${target}
       COMMAND ${GO_BUILD} ${GO_EXAMPLE_FLAGS} -o ${target} ${source}
@@ -46,10 +45,9 @@ if(BUILD_GO)
     NAME go_example_electron_test
     COMMAND ${GO_ENV} ${test_exe} -dir ${CMAKE_CURRENT_BINARY_DIR}/electron -broker broker)
 
-  # FIXME aconway 2015-10-14: proton broker is buggy, enable when fixed.
-  # add_test(
-  #   NAME go_example_proton_test
-  #   COMMAND ${test_exe} -dir ${CMAKE_CURRENT_BINARY_DIR}/electron -broker ../proton/broker)
+  add_test(
+    NAME go_example_proton_test
+    COMMAND ${test_exe} -dir ${CMAKE_CURRENT_BINARY_DIR}/electron -broker ../proton/broker)
 
   list(APPEND ADDITIONAL_MAKE_CLEAN_FILES ${examples})
 endif()


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org