9 m4: generating 'tmp/test' from 'tmp/test.m4' with options '-DTEST=m4'
10 ###################################
11 # WARNING! DO NOT EDIT THIS FILE! #
12 ###################################
15 Simple test file for generate() using m4.
17 m4: generating 'tmp/test-multiple' from 'tmp/test-multiple.m4' with options '-DFIRST=first -DSECOND=second'
18 ###################################
19 # WARNING! DO NOT EDIT THIS FILE! #
20 ###################################
23 Test with multiple arguments passed to generate().
27 m4: generating 'tmp/test-multiple-spaces' from 'tmp/test-multiple-spaces.m4' with options '-DFIRST=first with spaces -DSECOND=second with spaces'
28 ###################################
29 # WARNING! DO NOT EDIT THIS FILE! #
30 ###################################
33 Test with multiple arguments with spaces passed to generate().
34 first: first with spaces
35 second: second with spaces
37 awk: generating 'tmp/test-awk' from 'tmp/test-awk.in' with options '{ print $1 }'
38 ###################################
39 # WARNING! DO NOT EDIT THIS FILE! #
40 ###################################
46 perl: generating 'tmp/test-perl' from 'tmp/test-perl.in' with options '-p -e s/first/best/'
47 ###################################
48 # WARNING! DO NOT EDIT THIS FILE! #
49 ###################################
52 Simple test fiel for generate() using perl.
55 cat: generating 'tmp/test-cat' from 'tmp/test-cat.real'
56 ###################################
57 # WARNING! DO NOT EDIT THIS FILE! #
58 ###################################
61 Simple test fiel for generate() using cat (simple copy).