diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ae63f464..ebf2df92 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -44,7 +44,8 @@ check_PROGRAMS = \ test_filter_flags \ test_block_header \ test_index \ - test_bcj_exact_size + test_bcj_exact_size \ + test_vli TESTS = \ test_check \ @@ -54,6 +55,7 @@ TESTS = \ test_block_header \ test_index \ test_bcj_exact_size \ + test_vli \ test_files.sh \ test_compress_prepared_bcj_sparc \ test_compress_prepared_bcj_x86 \ |