[cluttermm] test/Makefile.am: Rename the new test to match its file name.



commit 9fe6546426020b2775a2ff983ca28fb0e610955d
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Mar 13 11:08:42 2014 +0100

    test/Makefile.am: Rename the new test to match its file name.
    
    This avoids some confusion.

 tests/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 504bdfd..ac33a44 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,7 +16,7 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 check_PROGRAMS = test-alpha-creation test-alpha-func test-interval-creation \
-test-point-creation
+test-point-class
 
 local_includes = -I$(top_builddir)/clutter $(if $(srcdir:.=),-I$(top_srcdir)/clutter)
 local_libs = $(top_builddir)/clutter/cluttermm/libcluttermm-$(CLUTTERMM_API_VERSION).la
@@ -28,4 +28,4 @@ LDADD = $(CLUTTERMM_LIBS) $(local_libs)
 test_alpha_creation_SOURCES    = test-alpha-creation.cc
 test_alpha_func_SOURCES        = test-alpha-func.cc
 test_interval_creation_SOURCES = test-interval-creation.cc
-test_point_creation_SOURCES    = test-point-class.cc
+test_point_class_SOURCES    = test-point-class.cc


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