pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pdf-devel] More than one test case in the Check test suite


From: Aleksander Morgado
Subject: [pdf-devel] More than one test case in the Check test suite
Date: Thu, 20 Dec 2007 22:49:58 +0100

Hi all,

In order to integrate more than one test case in the self-generated
testall.c file, a simple change seems to be needed in the Makefile.am
of the torture dir:

RCS file: /cvsroot/pdf/libgnupdf/torture/Makefile.am,v
retrieving revision 1.17
diff -r1.17 Makefile.am
37c37
<       $(srcdir)/generate_testall $< > testall.c
---
>       $(srcdir)/generate_testall $(TEST_FILES) > testall.c

If this change is not done, only the first listed filename in
TEST_FILES is passed to the generate_testall script.


For example, for a list like this one: TEST_FILES = test_stm_module.c
test_encoding.c

Executing 'make' without the bugfix applied:
./generate_testall test_stm_module.c > testall.c

Executing 'make' with the bugfix applied:
./generate_testall test_stm_module.c test_encoding.c > testall.c

Regards,
Aleks




reply via email to

[Prev in Thread] Current Thread [Next in Thread]