test/Makefile.am
changeset 376 d15a16347c77
parent 363 c75a2d5caae9
child 378 ee438b1e94c0
     1.1 --- a/test/Makefile.am	Fri May 01 16:48:47 2009 +0100
     1.2 +++ b/test/Makefile.am	Tue Jul 07 22:50:22 2009 +0100
     1.3 @@ -4,6 +4,7 @@
     1.4  if HAVE_LUA
     1.5    check_SCRIPTS += lua
     1.6  endif
     1.7 +check_SCRIPTS += order
     1.8  
     1.9  relocate:	relocate.sh primary.xml.gz
    1.10  	cp $(srcdir)/relocate.sh relocate
    1.11 @@ -14,6 +15,9 @@
    1.12  remove:	remove.sh primary.xml.gz
    1.13  	cp $(srcdir)/remove.sh remove
    1.14  
    1.15 +order:	order.sh primary.xml.gz
    1.16 +	cp $(srcdir)/order.sh order
    1.17 +
    1.18  lua:	lua.sh primary.xml.gz
    1.19  	cp $(srcdir)/lua.sh lua
    1.20  
    1.21 @@ -39,6 +43,7 @@
    1.22  	zsh.spec		\
    1.23  	zsh2.spec		\
    1.24  	filesystem.spec		\
    1.25 +	order.sh		\
    1.26  	lua.sh			\
    1.27  	remove.sh		\
    1.28  	named-root.sh		\