diff -r 4866573c6944 -r c9c90315ea24 test/Makefile.am --- a/test/Makefile.am Thu Feb 05 22:43:29 2009 +0000 +++ b/test/Makefile.am Wed Apr 22 15:09:17 2009 +0100 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -check_SCRIPTS = relocate +check_SCRIPTS = relocate named-root if HAVE_LUA check_SCRIPTS += lua endif @@ -8,6 +8,9 @@ relocate: relocate.sh primary.xml.gz cp $(srcdir)/relocate.sh relocate +named-root: named-root.sh primary.xml.gz + cp $(srcdir)/named-root.sh named-root + lua: lua.sh primary.xml.gz cp $(srcdir)/lua.sh lua @@ -32,6 +35,7 @@ zsh.spec \ filesystem.spec \ lua.sh \ + named-root.sh \ relocate.sh clean-local :