~dobey/ubuntuone-client/transient-notify

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2012-02-06 16:40:04 UTC
  • mfrom: (1182.1.11 gi-support)
  • Revision ID: tarmac-20120206164004-7l3krm2rkc7m8c30
Remove the old, broken, and unused sdreactor code
Try the new gireactor first, and fall back to the old glib2reactor, when running scripts
Update code and tests to work correctly under either glib2reactor or gireactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
test: logging.conf $(clientdefs_DATA) Makefile
54
54
        echo "$(PYTHONPATH)"
55
55
        if test "x$(builddir)" == "x$(srcdir)"; then \
56
 
                PYTHONPATH="$(PYTHONPATH)" u1trial -p tests/platform/windows tests; \
 
56
                PYTHONPATH="$(PYTHONPATH)" u1trial -r gi -p tests/platform/windows tests; \
57
57
        fi
58
58
        rm -rf _trial_temp
59
59
 
60
60
test-coverage: logging.conf $(clientdefs_DATA) Makefile
61
61
        if test "x$(builddir)" == "x$(srcdir)"; then \
62
 
                PYTHONPATH="$(PYTHONPATH)" u1trial -c tests; \
 
62
                PYTHONPATH="$(PYTHONPATH)" u1trial -r gi -c -p tests/platform/windows tests; \
63
63
        fi
64
64
        rm -rf _trial_temp
65
65