# Makefile for rpm library. AUTOMAKE_OPTIONS = 1.4 foreign VALGRIND = # valgrind --verbose --leak-check=yes EXTRA_DIST = \ test_all.py test_methods.py \ unittest.py all: check: $(VALGRIND) PYTHONPATH=.. python test_all.py verbose