diff -r ef9237601f24 -r 6c691def7607 test/Makefile.am --- a/test/Makefile.am Thu Oct 01 19:54:03 2009 +0100 +++ b/test/Makefile.am Wed Feb 01 12:46:39 2012 +0000 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -check_SCRIPTS = relocate named-root remove update +check_SCRIPTS = relocate named-root remove update details if HAVE_LUA check_SCRIPTS += lua mult-install endif @@ -18,6 +18,9 @@ update: update.sh base/repodata/primary.xml.gz updates/repodata/primary.xml.gz cp $(srcdir)/update.sh update +details: details.sh primary.xml.gz + cp $(srcdir)/details.sh details + order: order.sh primary.xml.gz cp $(srcdir)/order.sh order @@ -70,6 +73,8 @@ lua.sh \ remove.sh \ update.sh \ + details.sh \ + details.ref \ named-root.sh \ relocate.sh @@ -77,6 +82,7 @@ primary.xml.gz \ filelists.xml.gz \ $(check_SCRIPTS) \ + details.out \ rawhide.rzdb clean-local :