[gitg/wip/release: 20/21] Remove empty TEST_PROGS



commit d1a1afc566efb2081a802304512c45818e3dcb0e
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Fri Jan 3 19:46:10 2014 +0100

    Remove empty TEST_PROGS

 tests/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0d7e2d3..9b69add 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,5 @@
 SUBDIRS = libgitg
 
-noinst_PROGRAMS = $(TEST_PROGS) $(DEMO_PROGS)
 tests_common_cppflags =                        \
        -I$(top_srcdir)                 \
        -I$(top_srcdir)/gitg            \
@@ -14,6 +13,7 @@ tests_common_cflags =                         \
 
 tests_common_valaflags = $(GITG_PLUGIN_VALAFLAGS)
 
+noinst_PROGRAMS = $(DEMO_PROGS)
 
 DEMO_PROGS = diff-view repository-list-box progress-bin
 
@@ -30,8 +30,6 @@ repository_list_box_CPPFLAGS = $(tests_common_cppflags)
 
 progress_bin_SOURCES = progress-bin.vala
 progress_bin_LDADD = $(GITG_PLUGIN_LIBS)
-
-TESTS = $(TEST_PROGS)
 progress_bin_CFLAGS = $(tests_common_cflags)
 progress_bin_CPPFLAGS = $(tests_common_cppflags)
 


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