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

implement `test` #26

Closed dcbaker closed 5 months ago

dcbaker commented 3 years ago

This is the biggest, hardest, part of what we need to implement.

The biggest hurdles I see:

  1. need to serialize the test data and read it back
  2. need to write a test runner