diff -r 48b0adfe3059 -r d842feb64ecb test/Makefile.am --- a/test/Makefile.am Thu Jan 22 22:54:45 2009 +0000 +++ b/test/Makefile.am Thu Mar 12 20:52:12 2009 +0000 @@ -1,16 +1,23 @@ ## Process this file with automake to produce Makefile.in check_SCRIPTS = relocate +if HAVE_LUA + check_SCRIPTS += lua +endif relocate: relocate.sh primary.xml.gz cp $(srcdir)/relocate.sh relocate -primary.xml.gz: zsh.spec zip.spec zap.spec Makefile +lua: lua.sh primary.xml.gz + cp $(srcdir)/lua.sh lua + +primary.xml.gz: zsh.spec zip.spec zap.spec filesystem.spec Makefile rm -rf rpmbuild rpms repodata mkdir -p rpmbuild/BUILD rpmbuild/RPMS rpmbuild --define "_topdir `pwd`/rpmbuild" -bb $(srcdir)/zap.spec rpmbuild --define "_topdir `pwd`/rpmbuild" -bb $(srcdir)/zip.spec rpmbuild --define "_topdir `pwd`/rpmbuild" -bb $(srcdir)/zsh.spec + rpmbuild --define "_topdir `pwd`/rpmbuild" -bb $(srcdir)/filesystem.spec mkdir rpms mv rpmbuild/RPMS/noarch/*.rpm rpms rm -rf rpmbuild @@ -23,6 +30,8 @@ zap.spec \ zip.spec \ zsh.spec \ + filesystem.spec \ + lua.sh \ relocate.sh clean-local :