This commit is contained in:
NIIBE Yutaka
2012-06-26 17:59:24 +09:00
parent 1118cd030a
commit a41476ab32
19 changed files with 842 additions and 0 deletions

15
test/README Normal file
View File

@@ -0,0 +1,15 @@
This is functionality test suite for Gnuk.
You need python-nose, python-freshen, and python-crypto as well as
python-usb.
Type:
$ nosetests --with-freshen .
or
$ nosetests -v --with-freshen .
to run the test suite.