From: Leandro Lucarella Date: Tue, 30 Sep 2003 04:34:12 +0000 (+0000) Subject: Se pone el test con un nombre más apropiado. X-Git-Tag: svn_import~3 X-Git-Url: https://git.llucax.com/z.facultad/75.42/string.git/commitdiff_plain/ae2deb40c045e51cbf9b2d1c4fe22c033e2c99f4 Se pone el test con un nombre más apropiado. --- diff --git a/Makefile b/Makefile index c2d2822..7000842 100644 --- a/Makefile +++ b/Makefile @@ -14,12 +14,12 @@ # # Opciones para el compilador. -#CXXFLAGS=-ansi -pedantic -Wall -O3 -CXXFLAGS=-ansi -pedantic -Wall -g3 +CXXFLAGS=-ansi -pedantic -Wall -O3 +#CXXFLAGS=-ansi -pedantic -Wall -g3 #CXXFLAGS=-ansi -pedantic -Wall -g3 -DDEBUG # Pruebas. -TESTS= +TESTS=universalstring_test # Programa a compilar. TARGETS=$(TESTS) tp4 @@ -34,7 +34,7 @@ ascii.o: ascii.cpp ascii.h unicode.o: unicode.cpp unicode.h -universalstring: ascii.o unicode.o universalstring.cpp +universalstring_test: ascii.o unicode.o universalstring_test.cpp tp4: ascii.o unicode.o tp4.cpp diff --git a/universalstring.cpp b/universalstring_test.cpp similarity index 100% rename from universalstring.cpp rename to universalstring_test.cpp