rev 402 - trunk
[email protected] Mon, 2 May 2005 18:10:28 -0700 (PDT)
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles Date: 2005-05-02 18:10:27 -0700 (Mon, 02 May 2005) New Revision: 402 Modified: trunk/Makefile.am Log: Re enable the huffman and arithmetic coder unit tests. Modified: trunk/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/Makefile.am 2005-05-02 20:49:28 UTC (rev 401) +++ trunk/Makefile.am 2005-05-03 01:10:27 UTC (rev 402) @@ -21,19 +21,25 @@ jbig2_metadata.c jbig2_metadata.h =20 bin_PROGRAMS =3D jbig2dec -#noinst_PROGRAMS =3D test_huffman test_arith -noinst_PROGRAMS =3D test_sha1 +noinst_PROGRAMS =3D test_sha1 test_huffman test_arith =20 jbig2dec_SOURCES =3D jbig2dec.c sha1.c sha1.h \ jbig2.h jbig2_image.h getopt.h \ os_types.h config_types.h config_win32.h jbig2dec_LDADD =3D libjbig2dec.a @LIBOBJS@ =20 +EXTRA_DIST =3D test_jbig2dec.py msvc.mak LICENSE CHANGES + +MAINTAINERCLEANFILES =3D config_types.h.in + +TESTS =3D test_sha1 test_jbig2dec.py test_huffman test_arith + test_sha1_SOURCES =3D sha1.c sha1.h test_sha1_CFLAGS =3D -DTEST =20 -TESTS =3D test_sha1 test_jbig2dec.py +test_arith_SOURCES =3D sha1.c sha1.h +test_arith_CFLAGS =3D -DTEST =20 -EXTRA_DIST =3D test_jbig2dec.py msvc.mak LICENSE CHANGES +test_huffman_SOURCES =3D sha1.c sha1.h +test_huffman_CFLAGS =3D -DTEST =20 -MAINTAINERCLEANFILES =3D config_types.h.in