dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
45 stars 7 forks source link

replace run-tests.sh #89

Closed dcbaker closed 2 years ago

dcbaker commented 2 years ago

It's cute, it works, but it runs in serial and isn't very featureful. I'm leaning toward copying run_project_tests.py from meson, as well as importing the actual test cases, since those will provide good test coverage anyway