summaryrefslogtreecommitdiff
path: root/python/test
diff options
context:
space:
mode:
Diffstat (limited to 'python/test')
-rw-r--r--python/test/.cvsignore9
-rw-r--r--python/test/Makefile.am13
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: