lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 1be41b7 6/6: Rename a unit test


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 1be41b7 6/6: Rename a unit test
Date: Fri, 19 Mar 2021 17:54:43 -0400 (EDT)

branch: master
commit 1be41b72f13cb0d029c89c9432f9bb7597591d17
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Rename a unit test
    
    There'll never be multiple tests, so no serial number is wanted.
---
 Makefile.am                                | 8 ++++----
 et_vector_0_test.cpp => et_vector_test.cpp | 0
 objects.make                               | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 4eaab31..dc08825 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,7 +107,7 @@ TESTS = \
     test_crc32 \
     test_currency \
     test_dbo_rules \
-    test_et_vector_0 \
+    test_et_vector \
     test_expression_template_0 \
     test_fenv_lmi \
     test_file_command \
@@ -728,11 +728,11 @@ test_dbo_rules_SOURCES = \
   timer.cpp
 test_dbo_rules_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_et_vector_0_SOURCES = \
+test_et_vector_SOURCES = \
   $(common_test_objects) \
-  et_vector_0_test.cpp \
+  et_vector_test.cpp \
   timer.cpp
-test_et_vector_0_CXXFLAGS = $(AM_CXXFLAGS)
+test_et_vector_CXXFLAGS = $(AM_CXXFLAGS)
 
 test_expression_template_0_SOURCES = \
   $(common_test_objects) \
diff --git a/et_vector_0_test.cpp b/et_vector_test.cpp
similarity index 100%
rename from et_vector_0_test.cpp
rename to et_vector_test.cpp
diff --git a/objects.make b/objects.make
index 1aa392f..7739cf6 100644
--- a/objects.make
+++ b/objects.make
@@ -422,7 +422,7 @@ unit_test_targets := \
   crc32_test \
   currency_test \
   dbo_rules_test \
-  et_vector_0_test \
+  et_vector_test \
   expression_template_0_test \
   fenv_lmi_test \
   file_command_test \
@@ -623,9 +623,9 @@ dbo_rules_test$(EXEEXT): \
   mc_enum_types.o \
   timer.o \
 
-et_vector_0_test$(EXEEXT): \
+et_vector_test$(EXEEXT): \
   $(common_test_objects) \
-  et_vector_0_test.o \
+  et_vector_test.o \
   timer.o \
 
 expression_template_0_test$(EXEEXT): \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]