[gnome-commander/googletest] Removes unnecessary check_PROGRAMS from Makefile



commit d2dba940e890e3cfccfb32061f4c84c4fd036a3a
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Mon Oct 12 19:55:02 2015 +0200

    Removes unnecessary check_PROGRAMS from Makefile

 tests/Makefile.am |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f17559e..40c8e98 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,12 +14,10 @@ INTVLIBS = \
        $(GNOMEUI_LIBS) \
        $(top_builddir)/src/intviewer/libgviewer.a
 
-TESTS =
+TESTS = \
+       func_test
 
-TESTS += func_test
-check_PROGRAMS += func_test
 func_test_SOURCES = run_tests.cpp fileops.cpp
-
 func_test_CXXFLAGS = $(INTVLIBS)
 func_test_LDFLAGS = $(INTVLIBS) -lgtest
 


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