~nataliabidart/magicicada-server/embed-u1sync

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Magicicada Bot
  • Author(s): Natalia
  • Date: 2016-09-01 19:37:12 UTC
  • mfrom: (74.1.2 fix-pg-host)
  • Revision ID: magicicada_bot-20160901193712-tf8lnai6a3vi9fy1
[r=nataliabidart] - During test, start-db after sourcedeps were run (otherwise django is not available).

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
raw-test:
112
112
        ./test $(TESTFLAGS)
113
113
 
114
 
test: lint sourcedeps clean version start-base start-dbus raw-test stop
 
114
test: lint sourcedeps clean version start-db start-base start-dbus raw-test stop
115
115
 
116
116
ci-test:
117
117
        $(MAKE) test TESTFLAGS="-1 $(TESTFLAGS)"