cxx: Fix evas compile test and Evas.hh
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 23 Nov 2017 05:43:06 +0000 (14:43 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 5 Dec 2017 01:14:03 +0000 (10:14 +0900)
commitf47bb54f4f0960b34050be4342f692f33feedf35
treeec98a1bce1bc162a83ade36d4557591ef8e39d99
parente738c5e869e135e599c84001dc3ca3ea0a1b3971
cxx: Fix evas compile test and Evas.hh

The c++ header was checking the wrong header guard. Fixing that would
break the compilation test, as it was doing the wrong thing. Also I
think config.h should not be included for compilation tests. This should
make things slightly better.
src/lib/evas/Evas.hh
src/tests/evas_cxx/cxx_compile_test.cc