(Third Party Tests) Ensure it builds & runs on Ubuntu 18.04 57/196457/2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Dec 2018 13:08:44 +0000 (13:08 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Dec 2018 13:13:49 +0000 (13:13 +0000)
commit42e4cf9ae32b559f921eed60bfdecaf72ae3c216
tree3a42dfecac7ff23d84d338eb4047858703cc74c0
parentd084a6dba7a3bf7c0db028359697934c85cc11a4
(Third Party Tests) Ensure it builds & runs on Ubuntu 18.04

Had to use std::abort instead of return in the assert as some functions
using this assert have void returns, others do not and it produces an
error otherwise.

argc and argv cannot be 0 and nullptr as it seems it's now used within
gtest.

Change-Id: I305b16ba402b7f7066584959fc7a8252e099abcd
automated-tests/src/dali-toolkit-third-party/utc-Dali-Flexbox-Layout.cpp