File: Makefile.am

package info (click to toggle)
libgpod 0.8.2-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,532 kB
  • sloc: ansic: 26,876; sh: 11,215; cs: 1,399; python: 1,251; makefile: 472; cpp: 296; xml: 100
file content (10 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
EXTRA_DIST =            \
        resources       \
        tests.py

if HAVE_PYTHON
test:
	LD_LIBRARY_PATH=$(top_builddir)/src/.libs \
	PYTHONPATH=$(top_builddir)/bindings/python:$(top_builddir)/bindings/python/.libs  \
	$(PYTHON) tests.py
endif