File: Makefile.am

package info (click to toggle)
pigment-python 0.3.4-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,856 kB
  • ctags: 2,881
  • sloc: python: 11,567; sh: 9,133; makefile: 227; ansic: 76
file content (15 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tests =  \
	pgm_test_case.py \
	test_group.py \
	test_image.py \
	test_list.py

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

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

EXTRA_DIST = $(tests) run.py