File: Makefile.am

package info (click to toggle)
pigment-python 0.3.12-2.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,820 kB
  • ctags: 2,955
  • sloc: python: 11,664; sh: 10,131; makefile: 250; ansic: 97
file content (20 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
tests =  \
	pgm_test_case.py \
	test_canvas.py \
	test_drawable.py \
	test_event.py \
	test_image.py \
	test_pgm.py \
	test_text.py \
	test_viewport_factory.py \
	test_viewport.py

check-local:
	@PYTHONPATH=$(top_builddir):$(top_builddir)/pgm/.libs:`pwd`:$(PYTHONPATH) $(PYTHON) $(srcdir)/run.py
	@rm -fr *.pyc

check-verbose:
	@VERBOSE=yes PYTHONPATH=$(top_builddir):$(top_builddir)/pgm/.libs:`pwd`:$(PYTHONPATH) $(PYTHON) $(srcdir)/run.py
	@rm -fr *.pyc

EXTRA_DIST = $(tests) run.py