From 32fb7b11d83138cc288d62c1f1674d95cc94e8de Mon Sep 17 00:00:00 2001 From: jakob Date: Sun, 19 Feb 2017 10:57:47 -0500 Subject: Implemented table linked list, decompression and encryption. Tests have been improved. --- test/test_io.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/test_io.h') diff --git a/test/test_io.h b/test/test_io.h index c750214..ab3547f 100644 --- a/test/test_io.h +++ b/test/test_io.h @@ -21,3 +21,6 @@ char *test_stream_obj(void); char *test_stream_rw(void); +char *test_stream_realloc(void); +char *test_stream_xor(void); +char *test_stream_nav(void); -- cgit v1.3