From ce50075026e37f0fac3419a84ddd3462fbc89697 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Thu, 2 Sep 2010 06:58:16 +0000 Subject: [PATCH] rename unitcircletest to unitvectortest [[Imported from SVN: r6307]] --- test/Makefile.am | 4 ++-- test/{unitcircletest.cc => unitvectortest.cc} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename test/{unitcircletest.cc => unitvectortest.cc} (100%) diff --git a/test/Makefile.am b/test/Makefile.am index 8fdc5dc7..36739c28 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -5,7 +5,7 @@ LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAMESH_LIBS) AM_CPPFLAGS += $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS) -Wall check_PROGRAMS = frameinvariancetest rotationtest fdcheck localgeodesicfefunctiontest \ - harmonicenergytest averagedistanceassemblertest unitcircletest + harmonicenergytest averagedistanceassemblertest unitvectortest frameinvariancetest_SOURCES = frameinvariancetest.cc @@ -19,7 +19,7 @@ harmonicenergytest_SOURCES = harmonicenergytest.cc averagedistanceassemblertest_SOURCES = averagedistanceassemblertest.cc -unitcircletest_SOURCES = unitcircletest.cc +unitvectortest_SOURCES = unitvectortest.cc # don't follow the full GNU-standard # we need automake 1.5 diff --git a/test/unitcircletest.cc b/test/unitvectortest.cc similarity index 100% rename from test/unitcircletest.cc rename to test/unitvectortest.cc -- GitLab