don't output diffs -- only files. better for vcg
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 5 Aug 2004 12:38:19 +0000 (12:38 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 5 Aug 2004 12:38:19 +0000 (12:38 +0000)
[r3682]

testprograms/Makefile.in

index 584fd49..c774432 100644 (file)
@@ -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