* Add a test for nix-log2xml.

This commit is contained in:
Eelco Dolstra 2006-03-01 13:25:08 +00:00
parent 458820df6c
commit e48bd8c8b5
7 changed files with 41 additions and 8 deletions

View file

@ -17,6 +17,9 @@
-e "s^@coreutils\@^$(coreutils)^g" \
-e "s^@tar\@^$(tar)^g" \
-e "s^@dot\@^$(dot)^g" \
-e "s^@xmllint\@^$(xmllint)^g" \
-e "s^@xmlflags\@^$(xmlflags)^g" \
-e "s^@xsltproc\@^$(xsltproc)^g" \
-e "s^@aterm_bin\@^$(aterm_bin)^g" \
-e "s^@version\@^$(VERSION)^g" \
< $< > $@ || rm $@