mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-02 22:17:06 +08:00
10 lines
404 B
Go
10 lines
404 B
Go
![]() |
/*
|
||
|
* This file is subject to the terms and conditions defined in
|
||
|
* file 'LICENSE.md', which is part of this source code package.
|
||
|
*/
|
||
|
|
||
|
// Package tests contains the tests and benchmarks for the JBIG2 decoder.
|
||
|
// In order to invoke the tests the environmental variable 'UNIDOC_JBIG2_TESTDATA' with the path to
|
||
|
// the directory containing pdf files with some jbig2 filters must be provided.
|
||
|
package tests
|