Navigation Menu

Skip to content

myokoym/groonga-plugin-default_encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

groonga-plugin-default_encoding

Groonga plugin to show default_encoding.

Prepare

$ git clone git@github.com:[USERNAME]/groonga-plugin-default_encoding.git
$ cd groonga-plugin-default_encoding
$ ./autogen.sh

Build

Groonga is installed in /usr/local:

$ ./configure
$ make

Groonga is installed in other directory (e.g.: /tmp/local):

$ ./configure --prefix=/tmp/local
$ make

Test

Using grntest.

$ test/run-test.sh

Install

For system directory (e.g.: /usr/local):

$ sudo make install

For user directory (e.g.: /tmp/local):

$ make install

Usage

> plugin_register default_encoding/default_encoding
> defualt_encoding

Development

Add test

$ vi test/suite/new_test.test
$ test/run-test.sh
$ cat test/suite/new_test.actual  # Confirm result
$ mv test/suite/new_test.{actual,expected}  # Rename confirmed test

About

A sample of Groonga plugin to show default_encoding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published