On Wed, Jun 19, 2019 at 3:36 PM Mike Blumenkrantz
wrote:
>
> Hi,
>
> Unit tests are internal to the tree and are never exported/installed. You
> can include any internal header in unit tests.
>
> Regards,
> Mike
>
> On Wed, Jun 19, 2019 at 3:25 AM Carsten Haitzler
> wrote:
>
> > On Wed, 19 Jun 20
Hi,
Unit tests are internal to the tree and are never exported/installed. You
can include any internal header in unit tests.
Regards,
Mike
On Wed, Jun 19, 2019 at 3:25 AM Carsten Haitzler
wrote:
> On Wed, 19 Jun 2019 06:34:51 +0200 Vincent Torri
> said:
>
> > Hello
> >
> > same question than
On 19-06-19 11:10, Vincent Torri wrote:
> On Wed, Jun 19, 2019 at 11:08 AM Boris Faure wrote:
> >
> > On 19-06-16 08:18, Vincent Torri wrote:
> > > Hello
> > >
> > > it seems that systemd is using this website for fuzz testing :
> > > https://app.fuzzit.dev/login
> > >
> > > are the EFL and other
On Wed, Jun 19, 2019 at 11:08 AM Boris Faure wrote:
>
> On 19-06-16 08:18, Vincent Torri wrote:
> > Hello
> >
> > it seems that systemd is using this website for fuzz testing :
> > https://app.fuzzit.dev/login
> >
> > are the EFL and other apps tested with fuzz tools ? If not, maybe this
> > cold
On 19-06-16 08:18, Vincent Torri wrote:
> Hello
>
> it seems that systemd is using this website for fuzz testing :
> https://app.fuzzit.dev/login
>
> are the EFL and other apps tested with fuzz tools ? If not, maybe this
> cold be done with the tool above
I'm already using AFL-fuzz to fuzz-test
On Wed, 19 Jun 2019 06:34:51 +0200 Vincent Torri said:
> Hello
>
> same question than in "Evil usage in examples" thread : mkdir is used
> in tests. It has 2 args on unix, 1 on Windows. Evil overloads mkdir
> with an unused 2nd arg.
>
> do i include evil_private.h in tests ?
for tests i guess