Add getters and setters for image properties, together with unit tests.

This commit is contained in:
Vreixo Formoso
2007-12-02 19:49:11 +01:00
parent c83bac7d9e
commit d916b60172
6 changed files with 588 additions and 1 deletions

View File

@@ -51,7 +51,8 @@ test_test_LDFLAGS = -L.. -lm
test_test_SOURCES = \
test/test.h \
test/test.c \
test/test_node.c
test/test_node.c \
test/test_image.c
## ========================================================================= ##