[Groonga-commit] pgroonga/pgroonga at 1d3234a [master] Add install test

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jan 18 22:40:57 JST 2015


Kouhei Sutou	2015-01-18 22:40:57 +0900 (Sun, 18 Jan 2015)

  New Revision: 1d3234a99f23e05b6167744ade6f93be09b23916
  https://github.com/pgroonga/pgroonga/commit/1d3234a99f23e05b6167744ade6f93be09b23916

  Message:
    Add install test

  Added files:
    expected/install.out
    sql/install.sql
  Modified files:
    Makefile

  Modified: Makefile (+2 -1)
===================================================================
--- Makefile    2015-01-18 22:11:05 +0900 (36fec5d)
+++ Makefile    2015-01-18 22:40:57 +0900 (ecef3fc)
@@ -5,7 +5,8 @@ EXTENSION = pgroonga
 DATA = pgroonga--0.2.0.sql
 PG_CPPFLAGS = $(shell pkg-config --cflags groonga)
 SHLIB_LINK = $(shell pkg-config --libs groonga)
-REGRESS = pgroonga update bench
+# REGRESS = pgroonga update bench
+REGRESS = install
 
 ifdef DEBUG
 COPT += -O0 -g3 -DPGROONGA_DEBUG=1

  Added: expected/install.out (+1 -0) 100644
===================================================================
--- /dev/null
+++ expected/install.out    2015-01-18 22:40:57 +0900 (11418be)
@@ -0,0 +1 @@
+CREATE EXTENSION pgroonga;

  Added: sql/install.sql (+1 -0) 100644
===================================================================
--- /dev/null
+++ sql/install.sql    2015-01-18 22:40:57 +0900 (11418be)
@@ -0,0 +1 @@
+CREATE EXTENSION pgroonga;
-------------- next part --------------
HTML����������������������������...
Download 



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