From fdfa6dbb0e69742029d53f0e163b8e7e7e6860f5 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 16 Apr 2022 15:13:08 -0500 Subject: rewrite tests (#515) * rewrite tests to work with meson This ports our tests to meson and makes them able to be run in parallel. * add tests to ci * rewrite test/check-trailing-newlines in bash This test was using a GNU sed command which does not work on Alpine Linux. --- ci/cirrus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/cirrus.sh b/ci/cirrus.sh index 20adc9b7..49e0cbb3 100755 --- a/ci/cirrus.sh +++ b/ci/cirrus.sh @@ -18,4 +18,4 @@ set -x meson build meson compile -C build -# gmake test +meson test --verbose -C build -- cgit v1.2.3