8000 Update meson.build to make the isolation tests work. by rzharkov · Pull Request #147 · postgrespro/rum · GitHub
[go: up one dir, main page]

Skip to content

Update meson.build to make the isolation tests work. #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update meson.build to make the isolation tests work.
  • Loading branch information
rzharkov committed Mar 4, 2025
commit 4a1c3005a443f36f4171fa7513d2fc6587fd3122
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ tests += {
],
'regress_args': [
'--temp-config', files('logical.conf'),
'--load-extension=rum',
],
},
}
}
0