diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-09-07 11:14:56 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-09-07 11:14:56 +0300 |
commit | 7562d2743baf27fda1b6dee22d0574cd265907b7 (patch) | |
tree | 0603e3ee2e2ef1a35210d4fec8da83cf9e348b12 /tests/rpmtests.at | |
parent | fbe701e7fe639da5a8b902cf4f358728db68cb3d (diff) | |
download | librpm-tizen-7562d2743baf27fda1b6dee22d0574cd265907b7.tar.gz librpm-tizen-7562d2743baf27fda1b6dee22d0574cd265907b7.tar.bz2 librpm-tizen-7562d2743baf27fda1b6dee22d0574cd265907b7.zip |
Add bunch of verification tests to the test suite
- Basic tests for dependency, file and verifyscript error + success
behavior.
- Using lua for verifyscript to avoid issues with empty test-root
Diffstat (limited to 'tests/rpmtests.at')
-rw-r--r-- | tests/rpmtests.at | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rpmtests.at b/tests/rpmtests.at index 43637e7e8..315318fce 100644 --- a/tests/rpmtests.at +++ b/tests/rpmtests.at @@ -1,5 +1,6 @@ m4_include([rpmgeneral.at]) m4_include([rpmquery.at]) +m4_include([rpmverify.at]) m4_include([rpmdb.at]) m4_include([rpmi.at]) m4_include([rpmbuild.at]) |