Re: [PATCH 02/14] add basic user-space tests with qemu

2023-12-29 Thread Michael Banck via Bug reports for the GNU Hurd
Hi, On Fri, Dec 29, 2023 at 02:51:31PM +0100, Luca Dariz wrote: > > > +$ gdb gnuamch > > > > Typo ;) > > What would be a better command? This is actually how I start gdb from the > build directory, You probably start gnumach though, and not gnuamch? Michael

Re: [PATCH 02/14] add basic user-space tests with qemu

2023-12-29 Thread Luca Dariz
Il 29/12/23 14:57, Samuel Thibault ha scritto: Luca Dariz, le ven. 29 déc. 2023 14:51:31 +0100, a ecrit: Il 29/12/23 14:37, Samuel Thibault ha scritto: Luca Dariz, le jeu. 28 déc. 2023 20:42:49 +0100, a ecrit: new file mode 100644 index ..4cf25891 --- /dev/null +++ b/tests/README @@ -0

Re: [PATCH 02/14] add basic user-space tests with qemu

2023-12-29 Thread Samuel Thibault
Luca Dariz, le ven. 29 déc. 2023 14:51:31 +0100, a ecrit: > Il 29/12/23 14:37, Samuel Thibault ha scritto: > > Luca Dariz, le jeu. 28 déc. 2023 20:42:49 +0100, a ecrit: > > > new file mode 100644 > > > index ..4cf25891 > > > --- /dev/null > > > +++ b/tests/README > > > @@ -0,0 +1,37 @@ > >

Re: [PATCH 02/14] add basic user-space tests with qemu

2023-12-29 Thread Luca Dariz
Hi, Il 29/12/23 14:37, Samuel Thibault ha scritto: Hello, Thanks, this looks good! Luca Dariz, le jeu. 28 déc. 2023 20:42:49 +0100, a ecrit: new file mode 100644 index ..4cf25891 --- /dev/null +++ b/tests/README @@ -0,0 +1,37 @@ + +There are some basic tests that can be run qith qemu.

Re: [PATCH 02/14] add basic user-space tests with qemu

2023-12-29 Thread Samuel Thibault
Hello, Thanks, this looks good! Luca Dariz, le jeu. 28 déc. 2023 20:42:49 +0100, a ecrit: > new file mode 100644 > index ..4cf25891 > --- /dev/null > +++ b/tests/README > @@ -0,0 +1,37 @@ > + > +There are some basic tests that can be run qith qemu. You can run all the > tests with > + >

[PATCH 02/14] add basic user-space tests with qemu

2023-12-28 Thread Luca Dariz
* configure.ac: move test fragment to have USER32 * tests/Makefrag.am: add user tests * tests/README: add basic info on how to run and debug user tests * tests/configfrag.ac: allow the test compiler/flags to be autoconfigured or customized * tests/grub.cfg.single.template: add minimal grub config