~ubuntu-branches/ubuntu/wily/cardstories/wily-proposed

« back to all changes in this revision

Viewing changes to tests/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Loic Dachary (OuoU)
  • Date: 2011-05-26 14:25:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110526142517-k59xlg9thvygh54w
Tags: 1.0.3-1
* upstream release
* add apache configuration
* Debconf templates and debian/control reviewed by the debian-l10n-
  english team as part of the Smith review project. Closes: #627277
* [Debconf translation updates]
* Japanese (Hideki Yamane).  Closes: #626376
* Russian (Yuri Kozlov).  Closes: #627682
* Danish (Joe Hansen).  Closes: #627707
* Portuguese (Rui Branco).  Closes: #627725
* Czech (Michal Simunek).  Closes: #627802
* Swedish (Martin Bagge / brother).  Closes: #627852
* Dutch; (Jeroen Schot).  Closes: #628098
* French (Julien Patriarca).  Closes: #628366
* German (Holger Wansing).  Closes: #628625
* Spanish; (Francisco Javier Cuadrado).  Closes: #629063
* Brazilian Portuguese (Adriano Rafael Gomes).  Closes: #629241
* Remove SSL support until python openssl is fixed (Closes: #628249).
* section changed to games (Closes: #627180).
* depends on httpd or nginx (Closes: #627181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
check:
22
22
        python-coverage -e
23
 
        PYTHONPATH=.. python-coverage -x test_auth.py
24
23
        PYTHONPATH=.. python-coverage -x test_service.py
25
24
        PYTHONPATH=.. python-coverage -x test_site.py
26
25
        PYTHONPATH=.. python-coverage -x test_tap.py
27
26
        PYTHONPATH=.. python-coverage -x test_game.py
28
27
        PYTHONPATH=.. python-coverage -x test_poll.py
 
28
        PYTHONPATH=.. python-coverage -x test_plugins.py
29
29
        python-coverage -m -a -r ../cardstories/*.py
30
30
 
31
31
clean: