diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-11-25 02:37:47 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-11-25 02:37:47 +0200 |
commit | a8368b75cdcd5427299001cc42839287f27b244d (patch) | |
tree | 5b27a19002eb9f0c31ab4730d9073b0dc0f68c03 /tests/Makefile.am | |
parent | VLI encoder and decoder cleanups. Made encoder return (diff) | |
download | xz-a8368b75cdcd5427299001cc42839287f27b244d.tar.xz |
Remove the nowadays unneeded memory limitting malloc() wrapper.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 2d087e12..3e5c1be7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,7 +34,6 @@ endif check_PROGRAMS = \ create_compress_files \ - test_memlimit \ test_check \ test_stream_flags \ test_filter_flags \ @@ -42,7 +41,6 @@ check_PROGRAMS = \ test_index TESTS = \ - test_memlimit \ test_check \ test_stream_flags \ test_filter_flags \ |