Re: [lng-odp] [PATCH] validation: remove strict dependency on CUnit 2.1-3

2015-11-20 Thread Maxim Uvarov
Merged, Maxim. On 11/19/2015 14:16, Ivan Khoronzhuk wrote: On 19.11.15 12:22, Stuart Haslam wrote: This makes it a bit easier to get a new system set up for running the unit tests. There has always been a dependency on using a version of CUnit >= 2.1-3, using an older version would result in

Re: [lng-odp] [PATCH] validation: remove strict dependency on CUnit 2.1-3

2015-11-19 Thread Ivan Khoronzhuk
On 19.11.15 12:22, Stuart Haslam wrote: This makes it a bit easier to get a new system set up for running the unit tests. There has always been a dependency on using a version of CUnit >= 2.1-3, using an older version would result in an error: error: initialization discards ‘const’ qualifier f

[lng-odp] [PATCH] validation: remove strict dependency on CUnit 2.1-3

2015-11-19 Thread Stuart Haslam
This makes it a bit easier to get a new system set up for running the unit tests. There has always been a dependency on using a version of CUnit >= 2.1-3, using an older version would result in an error: error: initialization discards ‘const’ qualifier from pointer target type [-Werror] caused b