aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-01-25 19:21:22 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-01-25 19:21:22 +0200
commitbf4200c818fcf9102e56328d39cde91bfa13cfb6 (patch)
tree3048083a7019292a30dd2f6ea0298db822e12283 /tests/Makefile.am
parentImproved the memory limitter: (diff)
downloadxz-bf4200c818fcf9102e56328d39cde91bfa13cfb6.tar.xz
Added test_memlimit.c.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fa78bf81..3ecddf59 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,6 +34,7 @@ endif
check_PROGRAMS = \
create_compress_files \
+ test_memlimit \
test_check \
test_stream_flags \
test_filter_flags \
@@ -42,6 +43,7 @@ check_PROGRAMS = \
test_info
TESTS = \
+ test_memlimit \
test_check \
test_stream_flags \
test_filter_flags \