diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-25 02:43:35 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-25 02:43:35 -0400 |
commit | f745767fa68ad26195eed50b8c10dbaccba63e1e (patch) | |
tree | a024459581a4573d69d42f34ca15f47fd378c169 | |
parent | cdaba43fa731c52840a23d44ec735600a93f5f38 (diff) | |
download | fork-ledger-f745767fa68ad26195eed50b8c10dbaccba63e1e.tar.gz fork-ledger-f745767fa68ad26195eed50b8c10dbaccba63e1e.tar.bz2 fork-ledger-f745767fa68ad26195eed50b8c10dbaccba63e1e.zip |
Removed reference to test/__init__.py
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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, \ |