diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-20 14:16:02 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-20 14:16:02 +0200 |
commit | 27394829726d858ed1695e54054739cae69168e1 (patch) | |
tree | b5f4edf028b923fea29e7e4aabfb7d83655d9103 /tests/Makefile.am | |
parent | a664f97fd1b7077baad120af95eca2aacba61439 (diff) | |
download | librpm-tizen-27394829726d858ed1695e54054739cae69168e1.tar.gz librpm-tizen-27394829726d858ed1695e54054739cae69168e1.tar.bz2 librpm-tizen-27394829726d858ed1695e54054739cae69168e1.zip |
More autotest stuff.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8906f33db..732b29cfd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,7 +2,17 @@ EXTRA_DIST = +TESTSUITE = $(srcdir)/rpmtests +EXTRA_DIST += rpmtests.at $(TESTSUITE) + +## testsuite components +TESTSUITE_AT = rpmgeneral.at +EXTRA_DIST += $(TESTSUITE_AT) + +## testsuite data EXTRA_DIST += data/SPECS/hello.spec EXTRA_DIST += data/SOURCES/hello-1.0.tar.gz EXTRA_DIST += data/RPMS/hello-1.0-1.i386.rpm EXTRA_DIST += data/SRPMS/hello-1.0-1.src.rpm + +# testsuite voodoo |