Re: [PATCH] tests: Handle system-wide tunables in rseq tests
DJ Delorie <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
Adhemerval Zanella Netto <[email protected]> writes: > On 03/07/26 12:36, DJ Delorie wrote: >> Michael Jeanson <[email protected]> writes: >>> The testroot.pristine is not created in the build dir >> >> $ make $PWD/testroot.pristine/install.stamp > > As a side note, should we add this as an implicit rule for 'make test ...'? Please no ;-) When I'm writing tests, I use "make test" a *lot* and rebuilding and reinstalling the whole testroot each time would be a huge waste. Maybe some parameter to "make test" like "make test newroot=1 t=" ?