]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/python/Makefile.am
Fix unit tests for Python in a twistd instance
[OpenSRF.git] / src / python / Makefile.am
1 # makefile for OpenSRF Python modules and scripts
2
3 DISTCLEANFILES = Makefile.in Makefile
4
5 check:
6         nosetests --with-coverage --cover-package=osrf
7
8 all-local:
9         @echo $@
10         python @srcdir@/setup.py build
11
12 # ------------------------------------------------------------------------------
13 # INSTALL
14 # ------------------------------------------------------------------------------
15 install-data-local:     
16         @echo $@
17         python @srcdir@/setup.py install
18
19 distclean-local:
20         rm -f @builddir@/OpenSRF.egg-info/PKG-INFO
21         rm -f @builddir@/OpenSRF.egg-info/requires.txt
22         rm -f @builddir@/OpenSRF.egg-info/top_level.txt
23         rm -f @builddir@/OpenSRF.egg-info/SOURCES.txt
24         rm -f @builddir@/OpenSRF.egg-info/dependency_links.txt
25         rm -f @builddir@/build/scripts-2.5/srfsh.py
26         rm -f @builddir@/dist/OpenSRF-1.0.0-py2.5.egg
27