-
Notifications
You must be signed in to change notification settings - Fork 162
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
feature request: make test #280
Comments
There needs to be Mk/ framework support first. |
Running Even just adding I do understand what you mean though. |
Adding a reference to FreeBSD bug #198494 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198494). |
There's a decent implementation at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=164896 that needs to be rebased and tweaked a little. My concern is that I don't want to put much special logic in poudriere for ports. Another tool may come along and decide it should do things differently. This happened with Tinderbox->Poudriere. It's better if the framework defines how things should work and the rules behind them. Then no tool can be wrong. |
It would be incredibly helpful to have a
testport
switch that addsTEST_DEPENDS
toRUN_DEPENDS
and runsmake test
after build.The text was updated successfully, but these errors were encountered: