devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9ef1ab7876c2baa4e447f299b528cd2f5436f2f3

commit 9ef1ab7876c2baa4e447f299b528cd2f5436f2f3
Author: Christopher Michael <cp.mich...@samsung.com>
Date:   Mon Jul 15 10:42:27 2019 -0400

    tests/ecore_wl2: Add printf for compositor detection
    
    ref T8016
---
 src/tests/ecore_wl2/ecore_wl2_test_display.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tests/ecore_wl2/ecore_wl2_test_display.c 
b/src/tests/ecore_wl2/ecore_wl2_test_display.c
index a04f2a58eb..5327347c08 100644
--- a/src/tests/ecore_wl2/ecore_wl2_test_display.c
+++ b/src/tests/ecore_wl2/ecore_wl2_test_display.c
@@ -107,6 +107,7 @@ ecore_wl2_test_display(TCase *tc)
    if (!getenv("WAYLAND_DISPLAY"))
      {
         /* tests here are for server-side functions */
+        printf("No Wayland Compositor detected. Testing server-side 
functions\n");
         tcase_add_test(tc, wl2_display_create);
         tcase_add_test(tc, wl2_display_destroy);
         tcase_add_test(tc, wl2_display_get);
@@ -116,6 +117,7 @@ ecore_wl2_test_display(TCase *tc)
    if (getenv("WAYLAND_DISPLAY"))
      {
         /* tests here are for client-side functions */
+        printf("Wayland Compositor detected. Testing client-side functions\n");
         tcase_add_test(tc, wl2_display_connect);
         tcase_add_test(tc, wl2_display_disconnect);
         tcase_add_test(tc, wl2_display_shm_get);

-- 


Reply via email to