sane-project-backends/testsuite/tools
Olaf Meeuwissen e86771c21b
Fix ignore pattern when comparing sane-desc outputs in testsuite
The old versions used plain `git describe` output leading to versions
like 1.0.32-265-g5ff049.  The `git-version-gen` scripts replaces the
first dash, `-`, with a period, `.`, for the benefit of other version
comparison tools and strips the `g` to save a byte.  So that leads to
versions like 1.0.32.265-5ff049.
2021-02-07 15:02:38 +09:00
..
data
Makefile.am Fix ignore pattern when comparing sane-desc outputs in testsuite 2021-02-07 15:02:38 +09:00
README

README

TOOLS test suite
================

This directory contains test for tools programs. They are run by 'make check'.

sane-desc
---------
	 sane-desc is run for all known modes, using a test 'desc' file.
The output is compared to a reference file for the same mode. Test fails
if they are different.