First util functions, with corresponding unit test.

This commit is contained in:
Vreixo Formoso
2007-12-13 21:02:36 +01:00
parent 60d68df84c
commit 115da82c9e
6 changed files with 80 additions and 3 deletions

View File

@ -25,8 +25,10 @@ src_libisofs_la_SOURCES = \
src/messages.c \
src/libiso_msgs.h \
src/libiso_msgs.c \
src/stream.h \
src/stream.c
src/stream.h \
src/stream.c \
src/util.h \
src/util.c
libinclude_HEADERS = \
src/libisofs.h
@ -65,7 +67,8 @@ test_test_SOURCES = \
test/test.c \
test/test_node.c \
test/test_image.c \
test/test_tree.c \
test/test_tree.c \
test/test_util.c \
test/mocked_fsrc.h \
test/mocked_fsrc.c