The interface is actually configurable.

We want to use that for some unit testing for the drivers, any alternatives?

On Mon, Dec 28, 2020, 20:05 Gregory Nutt <spudan...@gmail.com> wrote:

> Unity also uses application only interfaces such as printf() that would
> be inappropriate for use within the OS.
>
> On 12/28/2020 1:00 PM, Brennan Ashton wrote:
> > I don't think so any testing will be part of an application. There is
> > nothing in the OS that would ever make use of it directly.  Even if you
> > were to make something like ostest use it the right place would still be
> as
> > an application.
> >
> > --Brennan
> >
> > On Mon, Dec 28, 2020, 10:40 AM Abdelatif Guettouche <
> > abdelatif.guettou...@gmail.com> wrote:
> >
> >> Unity (https://github.com/ThrowTheSwitch/Unity) is a test harness that
> >> we can use both for applications and OS code.  Isn't it better to have
> >> it in libs/libtesting instead of apps/testing?
> >>
>
>

Reply via email to