Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.0 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / test / Makefile.am

## Process this file with automake to produce Makefile.in
#
# test/Makefile.am
#
# $Id$
#

EXTRA_DIST= \
        config.py \
        data.py \
        datahandler.py \
        datahandler_fpm.py \
        datahandler_gpass.py \
        datahandler_netrc.py \
        datahandler_rvl.py \
        datahandler_text.py \
        datahandler_xhtml.py \
        entry.py \
        io.py \
        ui.py \
        util.py

check:
        python config.py -v
        python data.py -v
        python datahandler.py -v
        python datahandler_fpm.py -v
        python datahandler_gpass.py -v
        python datahandler_netrc.py -v
        python datahandler_rvl.py -v
        python datahandler_text.py -v
        python datahandler_xhtml.py -v
        python entry.py -v
        python io.py -v
        python ui.py -v
        python util.py -v