Build and Test
Build and test can be done by using make as follows.
Build:
$ make
Test:
$ make test
make test executes test codes in tests,
and codes in documentation comment.
cargo test may not work because it requires some environment variables
and some code generation.
Please see Makefile.
Cleaning-up can be done as follows.
$ make clean