Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Commit

Permalink
README: Notes regarding unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Flesch <jflesch@gmail.com>
  • Loading branch information
jflesch committed May 28, 2012
1 parent 02abd05 commit e9827dd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,20 @@ libsane

## Installation

$ sudo python ./setup.py install
$ sudo python ./setup.py install

## Unit tests

$ python ./run_tests.py

Unit tests require at least one scanner with a flatbed and an ADF (Automatic
Document Feeder).

If possible, they should be run with at least 2 scanners connected. The first that appear in "scanimage -L" must be the one with the ADF.

My current setup:
- HP Officejet 4500 G510g (Flatbed + ADF)
- HP Deskjet 2050 J510 series (Flatbed)

## Usage

Expand Down

0 comments on commit e9827dd

Please sign in to comment.