gio/tests: basic-application is a helper program, not a test
authorDan Winship <danw@gnome.org>
Sun, 10 Nov 2013 18:25:45 +0000 (13:25 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 23 Nov 2013 05:43:53 +0000 (00:43 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=711796

gio/tests/Makefile.am

index bec70d7..78690ce 100644 (file)
@@ -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                                 \