Added a mocked filesystem to simulate a real filesystem in tests.

This commit is contained in:
Vreixo Formoso
2007-12-07 17:29:27 +01:00
parent 45f4d0a29e
commit 7d417e9fa6
4 changed files with 523 additions and 2 deletions

View File

@ -60,7 +60,9 @@ test_test_SOURCES = \
test/test.c \
test/test_node.c \
test/test_image.c \
test/test_tree.c
test/test_tree.c \
test/mocked_fsrc.h \
test/mocked_fsrc.c
## ========================================================================= ##