From a07e2f1e8ad049772cd24b7daa0a4a168f33bfba Mon Sep 17 00:00:00 2001 From: Christopher Degawa Date: Tue, 25 Oct 2022 14:41:05 -0500 Subject: meson: modify gperf test to remove sh dependency modifies the gperf test to instead rely on a file input rather than piping in using sh, as sh is often not reliable on Windows due to paths. Also changes the if else ladder into a foreach loop. Signed-off-by: Christopher Degawa --- meson-cc-tests/gperf.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 meson-cc-tests/gperf.txt (limited to 'meson-cc-tests') diff --git a/meson-cc-tests/gperf.txt b/meson-cc-tests/gperf.txt new file mode 100644 index 0000000..47929ee --- /dev/null +++ b/meson-cc-tests/gperf.txt @@ -0,0 +1 @@ +foo,bar -- cgit v1.2.1