quolpr / quicktest.nvim

Run your tests in split window or popup with live feedback
MIT License
66 stars 5 forks source link

[Criterion] Add support for quicktest.run all #8

Closed oyvindaakre closed 2 months ago

oyvindaakre commented 2 months ago

New

This PR adds support for quicktest.run_all in the criterion adapter by running all tests from the build directory defined by the user.

Changed

In order to support this, I semi-reverted my previous change here 6d44ebe94b0807224b8b99bc7bffa52ff6ddbb55 so that all tests are (again) run through meson test. It makes no difference to the user, but it makes the adapter more streamlined when it comes to running test and made it straight-forward to support run_all.

quolpr commented 2 months ago

@oyvindaakre blindly merge, cause don't want to setup criterion 🥲 Thanks for the fix!

oyvindaakre commented 2 months ago

Haha 😂 I bet I'm the only user of the adapter anyway :P If you ever feel like it, I added a readme in the test dir that should include how to setup the test project :)