[Groonga-mysql-commit] mroonga/mroonga at d745f27 [master] cmake: add missing result file generation

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 13 18:43:58 JST 2013


Kouhei Sutou	2013-06-13 18:43:58 +0900 (Thu, 13 Jun 2013)

  New Revision: d745f278c8f9e72d42346c415ebc62edb4b2d32d
  https://github.com/mroonga/mroonga/commit/d745f278c8f9e72d42346c415ebc62edb4b2d32d

  Message:
    cmake: add missing result file generation

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+4 -0)
===================================================================
--- CMakeLists.txt    2013-06-13 18:13:43 +0900 (566541e)
+++ CMakeLists.txt    2013-06-13 18:43:58 +0900 (189120b)
@@ -262,6 +262,10 @@ configure_file(
   "${MRN_TEST_SUITE_DIR}/storage/information_schema/r/plugins.result.in"
   "${MRN_TEST_SUITE_DIR}/storage/information_schema/r/plugins.result"
   NEWLINE_STYLE LF)
+configure_file(
+  "${MRN_TEST_SUITE_DIR}/storage/variable/r/version.result.in"
+  "${MRN_TEST_SUITE_DIR}/storage/variable/r/version.result"
+  NEWLINE_STYLE LF)
 
 configure_file(
   "${PROJECT_SOURCE_DIR}/data/install.sql.in"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index