More tests related with iso tree.

This commit is contained in:
Vreixo Formoso
2007-12-07 22:20:14 +01:00
parent 7d417e9fa6
commit 27670f8d3a
2 changed files with 172 additions and 1 deletions

View File

@ -18,6 +18,6 @@ int test_mocked_fs_add_dir(IsoFilesystem *fs, const char *path,
struct stat info);
int test_mocked_fs_add_symlink(IsoFilesystem *fs, const char *path,
struct stat info, const char *dest);
struct stat info, const char *dest);
#endif /*MOCKED_FSRC_H_*/