Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(545)

Unified Diff: tests/Makefile.am

Issue 12568011: Update XZ Utils to 5.0.4 (third_party) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/Makefile.am
===================================================================
--- tests/Makefile.am (revision 87706)
+++ tests/Makefile.am (working copy)
@@ -10,6 +10,7 @@
tests.h \
test_files.sh \
test_compress.sh \
+ test_scripts.sh \
bcj_test.c \
compress_prepared_bcj_sparc \
compress_prepared_bcj_x86
@@ -33,7 +34,8 @@
test_stream_flags \
test_filter_flags \
test_block_header \
- test_index
+ test_index \
+ test_bcj_exact_size
TESTS = \
test_check \
@@ -41,8 +43,13 @@
test_filter_flags \
test_block_header \
test_index \
+ test_bcj_exact_size \
test_files.sh \
test_compress.sh
+if COND_SCRIPTS
+TESTS += test_scripts.sh
+endif
+
clean-local:
-rm -f compress_generated_*
« README.chromium ('K') | « src/xz/xz.1 ('k') | tests/create_compress_files.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698