I'd say split this into the respective commits, so they are self-contained.
Thanks for all that! Samuel Luca Dariz, le jeu. 28 déc. 2023 20:43:01 +0100, a ecrit: > --- > tests/user-qemu.mk | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/tests/user-qemu.mk b/tests/user-qemu.mk > index 50b04736..669eb77a 100644 > --- a/tests/user-qemu.mk > +++ b/tests/user-qemu.mk > @@ -178,7 +178,15 @@ clean-test-%: > > > USER_TESTS := \ > - tests/test-hello > + tests/test-hello \ > + tests/test-mach_host \ > + tests/test-gsync \ > + tests/test-machmsg \ > + tests/test-mach_port \ > + tests/test-syscalls \ > + tests/test-task \ > + tests/test-threads \ > + tests/test-vm > > USER_TESTS_CLEAN = $(subst tests/,clean-,$(USER_TESTS)) > > -- > 2.39.2 > >