diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2022-04-16 15:13:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-16 15:13:08 -0500 |
commit | fdfa6dbb0e69742029d53f0e163b8e7e7e6860f5 (patch) | |
tree | 6a300ef3e1b25e22224b042cc8a8c07b43709950 /ci/cirrus.sh | |
parent | 0b3f8750e7d307987eef9e63e327488a81c29a71 (diff) |
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.
Diffstat (limited to 'ci/cirrus.sh')
-rwxr-xr-x | ci/cirrus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |