File: Makefile

package info (click to toggle)
albatross 1.35-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,328 kB
  • ctags: 1,702
  • sloc: python: 6,964; makefile: 139; sh: 123
file content (17 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

# Run test suite.
#
# $Id: Makefile 6561 2006-06-20 01:35:51Z andrewm $

PYTHON=python

all: unittests docs

unittests:
	PYTHONPATH=.. $(PYTHON) all.py

docs:
	cd ../doc && make PYTHON="$(PYTHON)" test

clean:
	rm -rf *.pyc