[llvm-commits] [test-suite] r46608 - in /test-suite/trunk/MultiSource/Applications/ClamAV: Makefile clamscan_clamscan.c inputs/clamdoc.pdf inputs/clamdoc.tar.gz

Evan Cheng evan.cheng at apple.com
Thu Jan 31 00:14:31 PST 2008


Author: evancheng
Date: Thu Jan 31 02:14:31 2008
New Revision: 46608

URL: http://llvm.org/viewvc/llvm-project?rev=46608&view=rev
Log:
Slightly shrinkify inputs, slightly increase test size.

Added:
    test-suite/trunk/MultiSource/Applications/ClamAV/inputs/clamdoc.tar.gz   (with props)
Removed:
    test-suite/trunk/MultiSource/Applications/ClamAV/inputs/clamdoc.pdf
Modified:
    test-suite/trunk/MultiSource/Applications/ClamAV/Makefile
    test-suite/trunk/MultiSource/Applications/ClamAV/clamscan_clamscan.c

Modified: test-suite/trunk/MultiSource/Applications/ClamAV/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/ClamAV/Makefile?rev=46608&r1=46607&r2=46608&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Applications/ClamAV/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/ClamAV/Makefile Thu Jan 31 02:14:31 2008
@@ -26,7 +26,7 @@
 PROG = clamscan
 CPPFLAGS += -DHAVE_CONFIG_H -I.
 LDFLAGS = -lz
-RUN_OPTIONS = --debug --no-summary -d$(PROJ_SRC_DIR)/dbdir -r $(PROJ_SRC_DIR)/inputs/*
+RUN_OPTIONS = --debug --verbose -d$(PROJ_SRC_DIR)/dbdir -r $(PROJ_SRC_DIR)/inputs/*
 
 include $(LEVEL)/Makefile.config
 

Modified: test-suite/trunk/MultiSource/Applications/ClamAV/clamscan_clamscan.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/ClamAV/clamscan_clamscan.c?rev=46608&r1=46607&r2=46608&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Applications/ClamAV/clamscan_clamscan.c (original)
+++ test-suite/trunk/MultiSource/Applications/ClamAV/clamscan_clamscan.c Thu Jan 31 02:14:31 2008
@@ -236,7 +236,9 @@
 	}
 	mb = info.blocks * (CL_COUNT_PRECISION / 1024) / 1024.0;
 	logg("Data scanned: %2.2lf MB\n", mb);
+#if 0
 	logg("Time: %u.%3.3u sec (%u m %u s)\n", ds, dms/1000, ds/60, ds%60);
+#endif
     }
 
     opt_free(opt);

Removed: test-suite/trunk/MultiSource/Applications/ClamAV/inputs/clamdoc.pdf
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/ClamAV/inputs/clamdoc.pdf?rev=46607&view=auto

==============================================================================
Binary file - no diff available.

Added: test-suite/trunk/MultiSource/Applications/ClamAV/inputs/clamdoc.tar.gz
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/ClamAV/inputs/clamdoc.tar.gz?rev=46608&view=auto

==============================================================================
Binary file - no diff available.

Propchange: test-suite/trunk/MultiSource/Applications/ClamAV/inputs/clamdoc.tar.gz

------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream





More information about the llvm-commits mailing list