Re: [PATCH] tests: Handle system-wide tunables in rseq tests
Michael Jeanson <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
On 2026-07-06 17:24, DJ Delorie wrote: > 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=" ? But once the stamp file exists it shouldn't recreate the testroot on each 'make test t=' invocation?