Navigation Menu

Skip to content

Commit

Permalink
Add install test
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 18, 2015
1 parent 28bffd8 commit 1d3234a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions expected/install.out
@@ -0,0 +1 @@
CREATE EXTENSION pgroonga;
1 change: 1 addition & 0 deletions sql/install.sql
@@ -0,0 +1 @@
CREATE EXTENSION pgroonga;

0 comments on commit 1d3234a

Please sign in to comment.