libisofs/test
Vreixo Formoso e6bd1586d6 Replace glibc tsearch() with a custom red-black tree implementation.
The library supplied tree estructure is not enought for our needs, due to its
limited API. Thus, we have implemented a suitable red-black tree.
2007-12-20 00:25:25 +01:00
..
mocked_fsrc.c Added a mocked filesystem to simulate a real filesystem in tests. 2007-12-07 17:29:27 +01:00
mocked_fsrc.h More tests related with iso tree. 2007-12-07 22:20:14 +01:00
test.c First util functions, with corresponding unit test. 2007-12-13 21:02:36 +01:00
test.h First util functions, with corresponding unit test. 2007-12-13 21:02:36 +01:00
test_image.c Add getters and setters for image properties, together with unit tests. 2007-12-02 19:49:11 +01:00
test_node.c Add some unit tests related to IsoNode. 2007-12-06 16:19:14 +01:00
test_tree.c Implement function to get node from path on image. Little unit test too. 2007-12-08 01:39:31 +01:00
test_util.c Replace glibc tsearch() with a custom red-black tree implementation. 2007-12-20 00:25:25 +01:00