[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bkdev-ruby=5D_/=3A_Installing_the_parser_test_suite_?=
From:       Miquel_Sabaté <mikisabate () gmail ! com>
Date:       2011-05-04 19:25:34
Message-ID: 20110504192534.E309BA60A4 () git ! kde ! org
[Download RAW message or body]

Git commit 9d344e79abbab1fd239c96aedbcbfe034f9acfcc by Miquel Sabaté.
Committed on 04/05/2011 at 20:16.
Pushed by mssola into branch 'master'.

Installing the parser test suite to the build directory.

M  +4    -0    parser/CMakeLists.txt     
M  +1    -1    ruby.kdev4     

http://commits.kde.org/kdev-ruby/9d344e79abbab1fd239c96aedbcbfe034f9acfcc

diff --git a/parser/CMakeLists.txt b/parser/CMakeLists.txt
index 856befb..ccee0b9 100644
--- a/parser/CMakeLists.txt
+++ b/parser/CMakeLists.txt
@@ -11,6 +11,10 @@ target_link_libraries( kdev4rubyparser
     ${KDE4_KTEXTEDITOR_LIBS}
 )
 
+# Installing the parser executable and its test suite
 kde4_add_executable( ruby-parser main.c )
+install(DIRECTORY tests tools DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
+
+# Building the kdev4rubyparser library
 target_link_libraries(ruby-parser kdev4rubyparser)
 install(TARGETS kdev4rubyparser DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS})
diff --git a/ruby.kdev4 b/ruby.kdev4
index bd4b7e6..ee8ef6d 100644
--- a/ruby.kdev4
+++ b/ruby.kdev4
@@ -1,3 +1,3 @@
 [Project]
 Manager=KDevCMakeManager
-Name=ruby
+Name=kdev-ruby

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic