[gnome-builder] tests: various egg programs are not auto-testable



commit f19b9130e5e83113485e0c0481d07db9999e2481
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jul 5 13:35:29 2016 -0700

    tests: various egg programs are not auto-testable
    
    These are tests that are meant to be run manually, not automated like
    other g_test* based tests.

 tests/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a7dc46c..eafedde 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -204,13 +204,13 @@ test_egg_state_machine_CFLAGS = $(egg_cflags)
 test_egg_state_machine_LDADD = $(egg_libs)
 
 
-TESTS += test-egg-radio-box
+misc_programs += test-egg-radio-box
 test_egg_radio_box_SOURCES = test-egg-radio-box.c
 test_egg_radio_box_CFLAGS = $(egg_cflags)
 test_egg_radio_box_LDADD = $(egg_libs)
 
 
-TESTS += test-egg-file-chooser-entry
+misc_programs += test-egg-file-chooser-entry
 test_egg_file_chooser_entry_SOURCES = test-egg-file-chooser-entry.c
 test_egg_file_chooser_entry_CFLAGS = $(egg_cflags)
 test_egg_file_chooser_entry_LDADD = $(egg_libs)


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