From f745767fa68ad26195eed50b8c10dbaccba63e1e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 25 Feb 2009 02:43:35 -0400 Subject: Removed reference to test/__init__.py --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e2a0a15d..983bfaa0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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, \ -- cgit v1.2.3