diff options
| author | jakob <jakob@memeware.net> | 2017-02-19 10:57:47 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-02-19 10:57:47 -0500 |
| commit | 32fb7b11d83138cc288d62c1f1674d95cc94e8de (patch) | |
| tree | 290c5a27b58e24bb82bd46decba0aa5e1282e003 /test/test_io.h | |
| parent | 1fc6cc323dbaa5387d84630615c0d4cab0c1c5ba (diff) | |
Implemented table linked list, decompression and encryption. Tests have been improved.
Diffstat (limited to 'test/test_io.h')
| -rw-r--r-- | test/test_io.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |