Re: Run unit tests with C++ too

2024-05-01 Thread Bruce Richardson
On Wed, May 01, 2024 at 03:38:10PM +0100, Ferruh Yigit wrote: > On 5/1/2024 3:14 PM, Mattias Rönnblom wrote: > > On 2024-05-01 11:10, Ferruh Yigit wrote: > >> On 4/30/2024 9:57 PM, Patrick Robb wrote: > >>> > >>> > >>> On Tue, Apr 30, 2024 at 4:13 PM Mattias Rönnblom >>>

Re: Run unit tests with C++ too

2024-05-01 Thread Ferruh Yigit
On 5/1/2024 3:14 PM, Mattias Rönnblom wrote: > On 2024-05-01 11:10, Ferruh Yigit wrote: >> On 4/30/2024 9:57 PM, Patrick Robb wrote: >>> >>> >>> On Tue, Apr 30, 2024 at 4:13 PM Mattias Rönnblom >> > wrote: >>> >>> On 2024-04-30 15:52, Patrick Robb wrote: >>>

Re: Run unit tests with C++ too

2024-05-01 Thread Mattias Rönnblom
On 2024-05-01 11:10, Ferruh Yigit wrote: On 4/30/2024 9:57 PM, Patrick Robb wrote: On Tue, Apr 30, 2024 at 4:13 PM Mattias Rönnblom mailto:hof...@lysator.liu.se>> wrote: On 2024-04-30 15:52, Patrick Robb wrote: > > > On Sun, Apr 28, 2024 at 3:46 AM Mattias Rönnblom ma

Re: Run unit tests with C++ too

2024-05-01 Thread Bruce Richardson
On Wed, May 01, 2024 at 10:10:57AM +0100, Ferruh Yigit wrote: > On 4/30/2024 9:57 PM, Patrick Robb wrote: > > > > > > On Tue, Apr 30, 2024 at 4:13 PM Mattias Rönnblom > > wrote: > > > > On 2024-04-30 15:52, Patrick Robb wrote: > > > > > > > > > On S

Re: Run unit tests with C++ too

2024-05-01 Thread Ferruh Yigit
On 4/30/2024 9:57 PM, Patrick Robb wrote: > > > On Tue, Apr 30, 2024 at 4:13 PM Mattias Rönnblom > wrote: > > On 2024-04-30 15:52, Patrick Robb wrote: > > > > > > On Sun, Apr 28, 2024 at 3:46 AM Mattias Rönnblom > mailto:hof...@lysator.liu.se> >

Re: Run unit tests with C++ too

2024-04-30 Thread Patrick Robb
On Tue, Apr 30, 2024 at 4:13 PM Mattias Rönnblom wrote: > On 2024-04-30 15:52, Patrick Robb wrote: > > > > > > On Sun, Apr 28, 2024 at 3:46 AM Mattias Rönnblom > > wrote: > > > > It would be great if the unit test suite (app/test/*) was compiled > (and > > r

Re: Run unit tests with C++ too

2024-04-30 Thread Mattias Rönnblom
On 2024-04-30 15:52, Patrick Robb wrote: On Sun, Apr 28, 2024 at 3:46 AM Mattias Rönnblom > wrote: It would be great if the unit test suite (app/test/*) was compiled (and run) using a C++ (C++11) compiler as well. At least, if such is available. Sur

Re: Run unit tests with C++ too

2024-04-30 Thread Tyler Retzlaff
On Tue, Apr 30, 2024 at 09:52:05AM -0400, Patrick Robb wrote: > On Sun, Apr 28, 2024 at 3:46 AM Mattias Rönnblom > wrote: > > > It would be great if the unit test suite (app/test/*) was compiled (and > > run) using a C++ (C++11) compiler as well. At least, if such is available. > > > > Sure, the

Re: Run unit tests with C++ too

2024-04-30 Thread Patrick Robb
On Sun, Apr 28, 2024 at 3:46 AM Mattias Rönnblom wrote: > It would be great if the unit test suite (app/test/*) was compiled (and > run) using a C++ (C++11) compiler as well. At least, if such is available. > Sure, the UNH Lab can try this. > > With the current state of affairs, header file ma

Re: Run unit tests with C++ too

2024-04-29 Thread Tyler Retzlaff
On Mon, Apr 29, 2024 at 09:01:08AM +0100, Ferruh Yigit wrote: > On 4/28/2024 8:46 AM, Mattias Rönnblom wrote: > > It would be great if the unit test suite (app/test/*) was compiled (and > > run) using a C++ (C++11) compiler as well. At least, if such is available. > > > > With the current state of

Re: Run unit tests with C++ too

2024-04-29 Thread Ferruh Yigit
On 4/28/2024 8:46 AM, Mattias Rönnblom wrote: > It would be great if the unit test suite (app/test/*) was compiled (and > run) using a C++ (C++11) compiler as well. At least, if such is available. > > With the current state of affairs, header file macros or functions are > not verified to be funct

Run unit tests with C++ too

2024-04-28 Thread Mattias Rönnblom
It would be great if the unit test suite (app/test/*) was compiled (and run) using a C++ (C++11) compiler as well. At least, if such is available. With the current state of affairs, header file macros or functions are not verified to be functional (or even valid) C++. "C is a subset of C++",