test/Makefile.am
changeset 420 a7a1be2fed47
parent 387 ef9237601f24
child 444 a2908416b7cc
     1.1 --- a/test/Makefile.am	Thu Oct 01 19:54:03 2009 +0100
     1.2 +++ b/test/Makefile.am	Sat Feb 11 09:30:23 2012 +0000
     1.3 @@ -1,6 +1,6 @@
     1.4  ## Process this file with automake to produce Makefile.in
     1.5  
     1.6 -check_SCRIPTS = relocate named-root remove update
     1.7 +check_SCRIPTS = relocate named-root remove update details
     1.8  if HAVE_LUA
     1.9    check_SCRIPTS += lua mult-install
    1.10  endif
    1.11 @@ -18,6 +18,9 @@
    1.12  update:	update.sh base/repodata/primary.xml.gz updates/repodata/primary.xml.gz
    1.13  	cp $(srcdir)/update.sh update
    1.14  
    1.15 +details:	details.sh primary.xml.gz
    1.16 +	cp $(srcdir)/details.sh details
    1.17 +
    1.18  order:	order.sh primary.xml.gz
    1.19  	cp $(srcdir)/order.sh order
    1.20  
    1.21 @@ -70,6 +73,8 @@
    1.22  	lua.sh			\
    1.23  	remove.sh		\
    1.24  	update.sh		\
    1.25 +	details.sh		\
    1.26 +	details.ref		\
    1.27  	named-root.sh		\
    1.28  	relocate.sh
    1.29  
    1.30 @@ -77,6 +82,7 @@
    1.31  	primary.xml.gz		\
    1.32  	filelists.xml.gz	\
    1.33  	$(check_SCRIPTS)	\
    1.34 +	details.out		\
    1.35  	rawhide.rzdb
    1.36  
    1.37  clean-local :