diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2007-05-01 15:54:05 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2007-05-01 15:54:05 +0000 |
| commit | a57fde73b509adcf56a73ae1fb97474d136fd2af (patch) | |
| tree | 808278f44be0091211dd0113d6293ea0d6510583 /tests/Makefile.am | |
| parent | ecbf8b6315dda927f4f90d8651033eb67c46a187 (diff) | |
| download | pygobject-a57fde73b509adcf56a73ae1fb97474d136fd2af.tar.gz pygobject-a57fde73b509adcf56a73ae1fb97474d136fd2af.tar.xz pygobject-a57fde73b509adcf56a73ae1fb97474d136fd2af.zip | |
Add a property helper, fixes #338098
* examples/properties.py:
* gobject/Makefile.am:
* gobject/__init__.py:
* gobject/constants.py.in:
* gobject/generate-constants.c: (main):
* gobject/propertyhelper.py:
* tests/Makefile.am:
* tests/test_enum.py:
* tests/test_interface.py:
* tests/test_properties.py:
Add a property helper, fixes #338098
svn path=/trunk/; revision=662
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index fe627c2..3b05018 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -40,10 +40,10 @@ testhelper.la: $(testhelper_la_OBJECTS) $(testhelper_la_DEPENDENCIES) check-local: $(top_srcdir)/gobject/__init__.py @if test "$(top_builddir)" != "$(top_srcdir)"; then \ - cp $(top_srcdir)/gobject/__init__.py $(top_builddir)/gobject/__init__.py; \ + cp $(top_srcdir)/gobject/*.py $(top_builddir)/gobject; \ fi @$(PYTHON) $(srcdir)/runtests.py $(top_builddir) $(top_srcdir) @if test "$(top_builddir)" != "$(top_srcdir)"; then \ - rm -f $(top_builddir)/gobject/__init__.py*; \ + rm -f $(top_builddir)/gobject/*.py; \ fi - @rm -fr *.pyc + @rm -fr $(top_builddir)/gobject/*.pyc |
