Re: [FFmpeg-devel] [PATCH 2/3] fate/api: test threadmessage

2015-12-07 Thread Clément Bœsch
On Sun, Dec 06, 2015 at 12:38:09PM +0100, Nicolas George wrote: [...] > > +/* same as worker_data but shuffled for testing purpose */ > > Is it really useful? If you merge both, you can probably get rid of the > macros below with just a conditional for the function on pthread_create(). > I

Re: [FFmpeg-devel] [PATCH 2/3] fate/api: test threadmessage

2015-12-06 Thread Nicolas George
Le duodi 12 frimaire, an CCXXIV, Clement Boesch a écrit : > From: Clément Bœsch > > --- > tests/api/Makefile | 1 + > tests/api/api-threadmessage-test.c | 263 > + > tests/fate/api.mak | 6 + > 3

[FFmpeg-devel] [PATCH 2/3] fate/api: test threadmessage

2015-12-02 Thread Clément Bœsch
From: Clément Bœsch --- tests/api/Makefile | 1 + tests/api/api-threadmessage-test.c | 202 + tests/fate/api.mak | 6 ++ 3 files changed, 209 insertions(+) create mode 100644