diff -r c75a2d5caae9 -r d7eea3164151 test/Makefile.am --- a/test/Makefile.am Fri May 01 16:48:47 2009 +0100 +++ b/test/Makefile.am Thu Jul 02 11:31:45 2009 +0100 @@ -4,6 +4,7 @@ if HAVE_LUA check_SCRIPTS += lua endif +check_SCRIPTS += order relocate: relocate.sh primary.xml.gz cp $(srcdir)/relocate.sh relocate @@ -14,6 +15,9 @@ remove: remove.sh primary.xml.gz cp $(srcdir)/remove.sh remove +order: order.sh primary.xml.gz + cp $(srcdir)/order.sh order + lua: lua.sh primary.xml.gz cp $(srcdir)/lua.sh lua @@ -39,6 +43,7 @@ zsh.spec \ zsh2.spec \ filesystem.spec \ + order.sh \ lua.sh \ remove.sh \ named-root.sh \