[gnome-commander/googletest] Source files of tests will end on _test from now on



commit b6679457f316e0d191d44ede907c2c12e4fdb971
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun Oct 18 20:33:59 2015 +0200

    Source files of tests will end on _test from now on

 tests/Makefile.am                           |    2 +-
 tests/{iv_fileops.cc => iv_fileops_test.cc} |    4 ++--
 tests/{iv_fileops.h => iv_fileops_test.h}   |    0
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 157a9fc..1502186 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,7 +18,7 @@ TESTS = \
        intviewer_fileops
 check_PROGRAMS = $(TESTS)
 
-intviewer_fileops_SOURCES = iv_fileops.cc gcmd_tests_main.cc 
+intviewer_fileops_SOURCES = iv_fileops_test.cc gcmd_tests_main.cc 
 intviewer_fileops_CXXFLAGS = $(INTVLIBS)
 intviewer_fileops_LDFLAGS = $(INTVLIBS) -lgtest
 
diff --git a/tests/iv_fileops.cc b/tests/iv_fileops_test.cc
similarity index 95%
rename from tests/iv_fileops.cc
rename to tests/iv_fileops_test.cc
index d2e77e9..28b3257 100644
--- a/tests/iv_fileops.cc
+++ b/tests/iv_fileops_test.cc
@@ -2,7 +2,7 @@
   GNOME Commander - A GNOME based file manager
   Copyright (C) 2001-2006 Marcus Bjurman
   Copyright (C) 2007-2012 Piotr Eljasiak
-    Copyright (C) 2013-2015 Uwe Scholz
+  Copyright (C) 2013-2015 Uwe Scholz
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
 */
 
 #include "gtest/gtest.h"
-#include <iv_fileops.h>
+#include <iv_fileops_test.h>
 
 FileOpsTest::FileOpsTest() {}
 FileOpsTest::~FileOpsTest() {}
diff --git a/tests/iv_fileops.h b/tests/iv_fileops_test.h
similarity index 100%
rename from tests/iv_fileops.h
rename to tests/iv_fileops_test.h


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