Removed reference to test/__init__.py

This commit is contained in:
John Wiegley 2009-02-25 02:43:35 -04:00
parent cdaba43fa7
commit f745767fa6

View file

@ -317,7 +317,7 @@ all_tests_sources = \
$(data_tests_SOURCES) \
$(report_tests_SOURCES)
PyUnitTests_SOURCES = test/__init__.py test/PyUnitTests.py
PyUnitTests_SOURCES = test/PyUnitTests.py
all_py_tests_sources = \
$(patsubst test/unit/%.cc,$(top_builddir)/test/python/%.py, \