X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Flib.sh.test.out;h=725a69a56c872cd1d2b71d3da65362dd9499ed00;hb=1db5f3531c266ec6bc598a82a65682d309e0cdd0;hp=8d39aab4a37e249f941d11d2a3c476b0375c8d6e;hpb=6137fc209dec361ff4e42a1be06ec03f33fdf11d;p=config%2Fdotfiles.git diff --git a/tests/lib.sh.test.out b/tests/lib.sh.test.out index 8d39aab..725a69a 100644 --- a/tests/lib.sh.test.out +++ b/tests/lib.sh.test.out @@ -2,3 +2,50 @@ ls installed Mac OS X which for ls ls installed Mac OS X which for doesnt-exist +m4: generating 'tmp/test' from 'tmp/test.m4' with options '-DTEST=m4' +################################### +# WARNING! DO NOT EDIT THIS FILE! # +################################### + + +Simple test file for generate() using m4. + m4 +m4: generating 'tmp/test-multiple' from 'tmp/test-multiple.m4' with options '-DFIRST=first -DSECOND=second' +################################### +# WARNING! DO NOT EDIT THIS FILE! # +################################### + + +Test with multiple arguments passed to generate(). +first: first +second: second + +m4: generating 'tmp/test-multiple-spaces' from 'tmp/test-multiple-spaces.m4' with options '-DFIRST=first with spaces -DSECOND=second with spaces' +################################### +# WARNING! DO NOT EDIT THIS FILE! # +################################### + + +Test with multiple arguments with spaces passed to generate(). +first: first with spaces +second: second with spaces + +awk: generating 'tmp/test-awk' from 'tmp/test-awk.in' with options '{ print $1 }' +################################### +# WARNING! DO NOT EDIT THIS FILE! # +################################### + + +Simple +first + +cat: generating 'tmp/test-cat' from 'tmp/test-cat.real' +################################### +# WARNING! DO NOT EDIT THIS FILE! # +################################### + + +Simple test fiel for generate() using cat (simple copy). + +... +