[glib] gio/tests: basic-application is a helper program, not a test



commit c762a3a3f60a984edb721dd8879a52bffd134bd4
Author: Dan Winship <danw gnome org>
Date:   Sun Nov 10 13:25:45 2013 -0500

    gio/tests: basic-application is a helper program, not a test
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711796

 gio/tests/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index bec70d7..78690ce 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -233,7 +233,6 @@ gdbus_daemon_SOURCES = \
 
 if OS_UNIX
 test_programs += \
-       basic-application                       \
        contenttype                             \
        file                                    \
        gdbus-peer-object-manager               \
@@ -243,6 +242,10 @@ test_programs += \
        unix-streams                            \
        $(NULL)
 
+test_extra_programs += \
+       basic-application                       \
+       $(NULL)
+
 # Uninstalled because of the check-for-executable logic in DesktopAppInfo unable to find the installed 
executable
 uninstalled_test_programs += \
        appinfo                                 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]