summaryrefslogtreecommitdiff
path: root/python/test
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-06-07 13:26:07 +0000
committerjbj <devnull@localhost>2002-06-07 13:26:07 +0000
commit2d531597319a7daf6ad126ac0f93096d3180af83 (patch)
tree47a9c780590cddc7a2a7f133a4bc4424542145e1 /python/test
parent128357ffba2916f1e5e322a28361b8eaa9a5b494 (diff)
downloadrpm-2d531597319a7daf6ad126ac0f93096d3180af83.tar.gz
rpm-2d531597319a7daf6ad126ac0f93096d3180af83.tar.bz2
rpm-2d531597319a7daf6ad126ac0f93096d3180af83.zip
Orphans.
CVS patchset: 5472 CVS date: 2002/06/07 13:26:07
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: