[gnome-commander/googletest] Renames the search tests in Makefile



commit 929e6b0bf3b21707de7af9e6ef74cbb0626030d5
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun Nov 1 12:56:04 2015 +0100

    Renames the search tests in Makefile

 tests/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3dc8ac0..d71900c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,15 +16,15 @@ INTVLIBS = \
 
 TESTS = \
        intviewer_fileops \
-       intviewer_bm_byte
+       intviewer_bm_search
 check_PROGRAMS = $(TESTS)
 
 intviewer_fileops_SOURCES = iv_fileops_test.cc gcmd_tests_main.cc 
 intviewer_fileops_CXXFLAGS = $(INTVLIBS)
 intviewer_fileops_LDFLAGS = $(INTVLIBS) -lgtest
 
-intviewer_bm_byte_SOURCES = iv_bm_search_test.cc gcmd_tests_main.cc 
-intviewer_bm_byte_CXXFLAGS = $(INTVLIBS)
-intviewer_bm_byte_LDFLAGS = $(INTVLIBS) -lgtest
+intviewer_bm_search_SOURCES = iv_bm_search_test.cc gcmd_tests_main.cc 
+intviewer_bm_search_CXXFLAGS = $(INTVLIBS)
+intviewer_bm_search_LDFLAGS = $(INTVLIBS) -lgtest
 
 -include $(top_srcdir)/git.mk


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