[gcalctool] Rename test-mp-serializer to test-mp-equation



commit 9e82b5b103c89e3af010190b3a99a986b0591eb9
Author: Robert Ancell <robert ancell canonical com>
Date:   Fri Mar 18 14:13:51 2011 +1100

    Rename test-mp-serializer to test-mp-equation

 src/Makefile.am                                  |   10 +++++-----
 src/{test-mp-serializer.c => test-mp-equation.c} |    0
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 16506af..3a23f65 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
 bin_PROGRAMS = gcalctool gcalccmd
-noinst_PROGRAMS = test-mp test-mp-serializer
+noinst_PROGRAMS = test-mp test-mp-equation
 
-TESTS = test-mp test-mp-serializer
+TESTS = test-mp test-mp-equation
 
 INCLUDES = \
 	-DUI_DIR=\""$(datadir)/gcalctool"\" \
@@ -105,8 +105,8 @@ test_mp_LDADD = \
 	$(GCALCCMD_LIBS) \
 	-lm
 
-test_mp_serializer_SOURCES = \
-	test-mp-serializer.c \
+test_mp_equation_SOURCES = \
+	test-mp-equation.c \
 	currency.c \
 	currency.h \
 	currency-manager.c \
@@ -129,7 +129,7 @@ test_mp_serializer_SOURCES = \
 	unit-manager.c \
 	unit-manager.h
 
-test_mp_serializer_LDADD = \
+test_mp_equation_LDADD = \
 	$(GCALCCMD_LIBS) \
 	-lm
 
diff --git a/src/test-mp-serializer.c b/src/test-mp-equation.c
similarity index 100%
rename from src/test-mp-serializer.c
rename to src/test-mp-equation.c



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