diff options
-rw-r--r-- | python/test/.cvsignore | 9 | ||||
-rw-r--r-- | python/test/Makefile.am | 13 |
2 files changed, 22 insertions, 0 deletions
diff --git a/python/test/.cvsignore b/python/test/.cvsignore new file mode 100644 index 000000000..662196cd5 --- /dev/null +++ b/python/test/.cvsignore @@ -0,0 +1,9 @@ +.deps +.libs +Makefile +Makefile.in +config.h.in +db_home +*.la +*.lo +*.pyc diff --git a/python/test/Makefile.am b/python/test/Makefile.am new file mode 100644 index 000000000..5e7c89809 --- /dev/null +++ b/python/test/Makefile.am @@ -0,0 +1,13 @@ +# Makefile for rpm library. + +AUTOMAKE_OPTIONS = 1.4 foreign + +PYVER= @WITH_PYTHON_VERSION@ + +EXTRA_DIST = \ + test_all.py test_associate.py test_basics.py test_compat.py \ + test_dbobj.py test_dbshelve.py test_dbtables.py test_get_none.py \ + test_join.py test_lock.py test_misc.py test_queue.py test_recno.py \ + test_thread.py unittest.py + +all: |