Evas GL: Add a test case for Evas GL (make check)
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 14 Oct 2015 08:30:25 +0000 (17:30 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 14 Oct 2015 11:14:51 +0000 (20:14 +0900)
commit93298d6dc2360ef91009ef88a76e3cb0336c0235
tree4a9a06fa9a8a13643b05b0f262ff901da1628f51
parenta23fcb8b71a6a849b429f7501b433d7dc1daf470
Evas GL: Add a test case for Evas GL (make check)

For now this only covers SOME of Evas GL's functions.

It will try to run with opengl_x11 and buffer (OSMesa). It'll also
try to fail silently if the engine initialization failed, or if
OSMesa could not be found. If the engines work, then Evas GL must
work properly.
src/Makefile_Evas.am
src/tests/evas/evas_suite.c
src/tests/evas/evas_suite.h
src/tests/evas/evas_test_evasgl.c [new file with mode: 0644]