diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-11-22 11:22:01 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-11-22 11:22:01 +0200 |
commit | 1c57e1d337c00b475253c522461f689e911bc426 (patch) | |
tree | c208af248197caac9a255223cc599a5de207d39d /tests/rpmtests.at | |
parent | a5ff12cc192f7a2a4bf0506006b50f7452be4cab (diff) | |
download | rpm-1c57e1d337c00b475253c522461f689e911bc426.tar.gz rpm-1c57e1d337c00b475253c522461f689e911bc426.tar.bz2 rpm-1c57e1d337c00b475253c522461f689e911bc426.zip |
Add some (trivial) macro evaluation tests
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 f18b78928..37c7ec4ed 100644 --- a/tests/rpmtests.at +++ b/tests/rpmtests.at @@ -6,3 +6,4 @@ m4_include([rpmbuild.at]) m4_include([rpmvercmp.at]) m4_include([rpmconflict.at]) m4_include([rpmconfig.at]) +m4_include([rpmmacro.at]) |