Added unit test for memory stream.

This commit is contained in:
Vreixo Formoso
2008-02-10 00:27:28 +01:00
parent fe4976497b
commit 626b8cc091
5 changed files with 165 additions and 1 deletions

View File

@ -7,6 +7,7 @@ static void create_test_suite()
add_tree_suite();
add_util_suite();
add_rockridge_suite();
add_stream_suite();
}
int main(int argc, char **argv)