diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-20 16:07:52 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-20 16:07:52 +0200 |
commit | 89c7d93e608353a2b7f4925948e2b8ba4b2721cb (patch) | |
tree | af773f240f0f3d66718e4f6047bc8fef9b16014a /tests | |
parent | 930fdff7afb6723046414830b95eeedf79d4202e (diff) | |
download | rpm-89c7d93e608353a2b7f4925948e2b8ba4b2721cb.tar.gz rpm-89c7d93e608353a2b7f4925948e2b8ba4b2721cb.tar.bz2 rpm-89c7d93e608353a2b7f4925948e2b8ba4b2721cb.zip |
Cosmetics.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 270b3d056..bc4666b93 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,7 +16,7 @@ $(TESTSUITE): $(srcdir)/rpmtests.at $(TESTSUITE_AT) package.m4 mv $@.tmp $@ ## testsuite components -TESTSUITE_AT = rpmgeneral.at +TESTSUITE_AT = rpmgeneral.at rpmquery.at rpmdb.at EXTRA_DIST += $(TESTSUITE_AT) ## testsuite data @@ -49,7 +49,7 @@ defs: defs.in DISTCLEANFILES = defs EXTRA_DIST += defs.in -## Create a customize rpmrc +## Create a customized rpmrc rpmrc.in: $(top_srcdir)/rpmrc.in @sed \ -e "s,[@]RPMCONFIGDIR[@],`pwd`/testing$(RPMCONFIGDIR),g" \ @@ -58,7 +58,7 @@ rpmrc.in: $(top_srcdir)/rpmrc.in < $(top_srcdir)/rpmrc.in > rpmrc.in CLEANFILES += rpmrc.in -## Create a customizes macros +## Create a customized macros macros.in: $(top_srcdir)/macros.in @sed \ -e "s,[@]RPMCONFIGDIR[@],`pwd`/testing$(RPMCONFIGDIR),g" \ |