~raharper/curtin/trunk.multipath-debug

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Christian Ehrhardt
  • Date: 2016-07-26 13:30:35 UTC
  • mto: This revision was merged to the branch mainline in revision 410.
  • Revision ID: christian.ehrhardt@canonical.com-20160726133035-wx113pf33f7q5dxj
change standalong apt command test to be vmtest based

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
bin/curtin: curtin/pack.py tools/write-curtin
16
16
        $(PYTHON) tools/write-curtin bin/curtin
17
17
 
18
 
check: pep8 pyflakes pyflakes3 unittest checkcmd
 
18
check: pep8 pyflakes pyflakes3 unittest
19
19
 
20
20
coverage: coverageopts ?= $(DEFAULT_COVERAGEOPTS)
21
21
coverage: unittest
29
29
pyflakes3:
30
30
        @$(CWD)/tools/run-pyflakes3
31
31
 
32
 
checkcmd:
33
 
        @$(CWD)/tools/check-apt.sh
34
 
 
35
32
unittest:
36
33
        nosetests $(coverageopts) $(noseopts) tests/unittests
37
34
        nosetests3 $(coverageopts) $(noseopts) tests/unittests