~launchpad-pqm/pygpgme/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Launchpad Patch Queue Manager
  • Date: 2008-10-22 21:47:47 UTC
  • mfrom: (47.1.1 pygpgme-genkey)
  • Revision ID: launchpad@pqm.canonical.com-20081022214747-h2sphj9zcuh1c1cq
[r=gmb] Merging trunk. Support for key generation and minor fixes in
        the test suite (GPG_AGENT_INFO handling).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        $(PYTHON) setup.py build_ext -i
5
5
 
6
6
check: build
7
 
        $(PYTHON) test_all.py -v
 
7
        GPG_AGENT_INFO= $(PYTHON) test_all.py -v
8
8
 
9
9
clean:
10
10
        $(PYTHON) setup.py clean