chai2010 / webp

WebP decoder and encoder for Go (Zero Dependencies).
http://godoc.org/github.com/chai2010/webp
BSD 3-Clause "New" or "Revised" License
522 stars 88 forks source link

TEST: Moved all tests into test dir #7

Closed kamoljan closed 9 years ago

kamoljan commented 9 years ago

We will start to add more test convert into test dir.

chai2010 commented 9 years ago

@kamoljan

I have made some changes:

  1. mv libwebp internal/libwebp
  2. use go generate to generate z_libwebp_?.c files

I think the webp dir need keep basic tests. You can create internal/test for more test.

Thanks!

kamoljan commented 9 years ago

@chai2010 ok!