Hello Matthias,
Matthias Paulmier writes:
> I'm a french CS student at the University of Bordeaux. I'm currently
> following a
> masters degree course specialized in network communications and
> administration.
> I've been interested in free software for a couple of years now and have been
> w
NightStrike writes:
> On Mar 7, 2018 16:05, "Mathieu Lirzin" wrote:
>
> John Calcote writes:
>
> > A Makefile.am file is really just a Makefile with embellishments. It seems
> > like your ast would have to incorporate most of make’s syntax to work
> > correctly.
> >
> > The reason Perl wa
On Mar 7, 2018 16:05, "Mathieu Lirzin" wrote:
John Calcote writes:
> Hi Matthias,
>
> If you have any suggestions on documents I can read or software I can
check
>> to
>> prepare for this project I'll be glad to check them. I know texinfo is
>> written
>> in Perl and generates an AST so I'll ch
John Calcote writes:
> Hi Matthias,
>
> If you have any suggestions on documents I can read or software I can check
>> to
>> prepare for this project I'll be glad to check them. I know texinfo is
>> written
>> in Perl and generates an AST so I'll check that.
>>
>
> A Makefile.am file is really ju
Hi.
Instead of testing my installable binary I want to test individual c functions
in it. The binary's main c file has just the main function and everything else
is in a build
static library. I want to add a test binary to my project and pass the test
case names to it.
Here's how I modify the