add porthole tests to meson

This commit is contained in:
John Turner
2025-11-28 17:13:47 +00:00
parent ee5b3c8166
commit 558e213ab4
5 changed files with 34 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
tests += {
meson.current_source_dir() / 'porthole.rs': [
meson.current_source_dir() / 'porthole.txt',
],
}