From: Götz Lindenmaier Date: Thu, 5 Aug 2004 12:38:19 +0000 (+0000) Subject: don't output diffs -- only files. better for vcg X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c1f3ac50693d23d51af711bc4e5afb20ac4a8517;p=libfirm don't output diffs -- only files. better for vcg [r3682] --- diff --git a/testprograms/Makefile.in b/testprograms/Makefile.in index 584fd497d..c774432c9 100644 --- a/testprograms/Makefile.in +++ b/testprograms/Makefile.in @@ -77,7 +77,7 @@ test: realclean all ls >.ignore rm -rf results; mkdir results; ($(run_bin_EXAMPLES)) >results/run-result.txt; \ mv *.vcg results; cd results; - @($(DIFF) --exclude=CVS results $(REF_DIR) && \ + @($(DIFF) --brief --exclude=CVS results $(REF_DIR) && \ echo Libfirm test successful ) || echo Libfirm test failed ; reference: realclean all