summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-11-29 12:01:59 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-11-29 12:01:59 +0000
commit590f4939d2da925def21512a830316d5499d7731 (patch)
treea78cb1e2fffa250a7e1be69bb9ca9ce50cd4cb09
parent48200b496670095b2260c6a756b8a3bf0b87c5e3 (diff)
downloadpygobject-590f4939d2da925def21512a830316d5499d7731.tar.gz
pygobject-590f4939d2da925def21512a830316d5499d7731.tar.xz
pygobject-590f4939d2da925def21512a830316d5499d7731.zip
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 48ab487..64b8b46 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -33,7 +33,7 @@ testhelper.la: $(testhelper_la_OBJECTS) $(testhelper_la_DEPENDENCIES)
PYTHONPATH = $(top_builddir):$(top_builddir)/gobject:$(top_srcdir):$(top_srcdir)/gtk
-check-local: testhelper.la $(top_srcdir)/gtk/__init__.py
+check-local: $(top_srcdir)/gtk/__init__.py
@if ! test -e $(top_builddir)/gtk/__init__.py; then cp $(top_srcdir)/gtk/__init__.py $(top_builddir)/gtk/__init__.py; fi
@PYTHONPATH=$(PYTHONPATH) DIST_CHECK=1 $(PYTHON) $(srcdir)/runtests.py
@if test "$(top_builddir)" != "$(top_srcdir)"; then rm -f $(top_builddir)/gtk/__init__.py*; fi