summaryrefslogtreecommitdiff
path: root/src/tests/automated/emotion_init.c
diff options
context:
space:
mode:
authorLarry Lira <larry@expertisesolutions.com.br>2018-09-04 20:47:23 -0300
committerLauro Moura <lauromoura@expertisesolutions.com.br>2019-10-24 21:16:23 -0300
commit33893ffc74909de4b6357f0b05d10354661401df (patch)
treed2b18d12596e3c919cc1c49f77453b48e4938d12 /src/tests/automated/emotion_init.c
parentca0052f9cf4f4e862a89b57c907d7f311aa99694 (diff)
downloadefl-devs/lauromoura/tcautomated-squashed.tar.gz
eolian: Added Eolian test generatordevs/lauromoura/tcautomated-squashed
The test generator allows templates to be used to generate boilerplate for unit tests Some automated tests were giving different results regarding @cref Slices
Diffstat (limited to 'src/tests/automated/emotion_init.c')
-rw-r--r--src/tests/automated/emotion_init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/automated/emotion_init.c b/src/tests/automated/emotion_init.c
new file mode 100644
index 0000000000..f6d1d030a8
--- /dev/null
+++ b/src/tests/automated/emotion_init.c
@@ -0,0 +1,3 @@
+ fail_if(!ecore_evas_init(), "ERROR: Cannot init ECore Evas!\n");
+ fail_if(!emotion_init(), "ERROR: Cannot init Emotion!\n");
+