summaryrefslogtreecommitdiffstats
path: root/test/parser/extract-config.awk
Commit message (Collapse)AuthorAgeFilesLines
* test/parser: Allow double-quotes in embedded configJeremy Kerr2013-09-241-0/+1
| | | | | | We need to escape any double-quotes. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* test/parser: Remove gawk specificsGeoff Levand2013-05-291-1/+1
| | | | | | | Remove the GNU awk specifics to allow the use of a standard awk program. Fixes build errors on older distros. Signed-off-by: Geoff Levand <geoff@infradead.org>
* test/parser: Allow raw config data in test .c filesJeremy Kerr2013-05-161-0/+21
Add a little post-processing script (extract-config.awk) to allow us to put the config data directly into the test .c files, without having to quote the C string. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
OpenPOWER on IntegriCloud