Re: [E-devel] Evil usage in tests

2019-06-19 Thread Vincent Torri
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

Re: [E-devel] Evil usage in tests

2019-06-19 Thread Mike Blumenkrantz
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

Re: [E-devel] fuzzing or not fuzzing ?

2019-06-19 Thread Boris Faure
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

Re: [E-devel] fuzzing or not fuzzing ?

2019-06-19 Thread Vincent Torri
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

Re: [E-devel] fuzzing or not fuzzing ?

2019-06-19 Thread Boris Faure
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

Re: [E-devel] Evil usage in tests

2019-06-19 Thread The Rasterman
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