Re: test programs in C and C++

2018-03-11 Thread Vincent Torri
On Sun, Mar 11, 2018 at 1:53 PM, Vincent Delecroix wrote: > Dear all, > > I am working on the C project e-antic [1] which also contains a (header > only) C++ interface. Most of the tests are written in C but the ones > testing the C++ interface are of course in C++. I am facing difficulties > to m

test programs in C and C++

2018-03-11 Thread Vincent Delecroix
Dear all, I am working on the C project e-antic [1] which also contains a (header only) C++ interface. Most of the tests are written in C but the ones testing the C++ interface are of course in C++. I am facing difficulties to make it work properly. The current automake setup is as follows - /