Displaying 6 results from an estimated 6 matches for "doc22".
Did you mean:
doc2
2013 Apr 02
0
[LLVMdev] LNT ClamAV - Sorting output
On 2 April 2013 21:20, Török Edwin <edwin+ml-debian at etorok.net> wrote:
> You can pass all the filenames from the inputs/ directory directly on the
> command-line, instead of specifying -r inputs/.
> That way the order of scanning will be exactly the one specified on the
> command-line.
>
Hum, I think I can fix that with Make...
--renato
-------------- next part
2013 Apr 02
2
[LLVMdev] LNT ClamAV - Sorting output
On 04/02/2013 11:06 PM, Daniel Dunbar wrote:
> On Tue, Apr 2, 2013 at 11:46 AM, Renato Golin <renato.golin at linaro.org <mailto:renato.golin at linaro.org>> wrote:
>
> On 2 April 2013 19:20, Daniel Dunbar <daniel at zuster.org <mailto:daniel at zuster.org>> wrote:
>
> What is it that makes the output of the program asynchronous? The output is
2013 Apr 02
3
[LLVMdev] LNT ClamAV - Sorting output
...SRC_DIR)/inputs/clam-v2.rar \
$(PROJ_SRC_DIR)/inputs/clam-v3.rar \
$(PROJ_SRC_DIR)/inputs/clam.zip \
$(PROJ_SRC_DIR)/inputs/README \
$(PROJ_SRC_DIR)/inputs/rtf-test/Doc11.rtf \
$(PROJ_SRC_DIR)/inputs/rtf-test/Doc1.rtf \
$(PROJ_SRC_DIR)/inputs/rtf-test/Doc22.rtf \
$(PROJ_SRC_DIR)/inputs/rtf-test/Doc2.rtf \
$(PROJ_SRC_DIR)/inputs/rtf-test/doc3.rtf \
$(PROJ_SRC_DIR)/inputs/rtf-test/docCLAMexe.rtf \
$(PROJ_SRC_DIR)/inputs/rtf-test/rtf1.rtf \
$(PROJ_SRC_DIR)/inputs/rtf-test/rtf-novirus.rtf
RUN_OPTIONS = --debug --ex...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
....h
> sha256.h
>
> ./inputs:
> clam.cab
> clamdoc.pdf
> clam.exe
> clam.exe.bz2
> clam-v2.rar
> clam-v3.rar
> clam.zip
> dbdir
> docs
> large.pcm
> mei16v2.m2v
> README
> rtf-test
> tune
>
> ./inputs/rtf-test:
> Doc11.rtf
> Doc1.rtf
> Doc22.rtf
> Doc2.rtf
> doc3.rtf
> docCLAMexe.rtf
> rtf1.rtf
> rtf-novirus.rtf
>
> ./Output:
> clamscan.cbe
> clamscan.cbe.c
> clamscan_clamscan.bc
> clamscan_clamscan.o
> clamscan.diff-cbe
> clamscan.diff-llc
> clamscan.exe-cbe
> clamscan.exe-llc
> clamscan...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote:
> One way to do this is to add a "cut down" version of the app to the
> test suite.
I disabled optional features in clamav-config.h
>
>> 2. GPL license. Chris?
>
> Any open source license that allows unrestricted redistribution is
> fine in llvm-test
Ok, I have created a script that automatically checks out ClamAV
0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote:
> We always welcome more tests. But it looks like there are two issues
> here.
>
> 1. The autoconf requirement. Is it possible to get one configuration
> working without the need for autoconf?
One way to do this is to add a "cut down" version of the app to the test
suite.
> 2. GPL license. Chris?
Any open source license that