]> git.llucax.com Git - software/ev.d.git/commitdiff
Rename test.d to ctest.d.
authorLeandro Lucarella <llucax@gmail.com>
Wed, 13 Feb 2008 21:45:04 +0000 (19:45 -0200)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 13 Feb 2008 22:00:14 +0000 (20:00 -0200)
Signed-off-by: Leandro Lucarella <llucax@gmail.com>
Makefile
ctest.d [moved from test.d with 100% similarity]

index 7eb4073d47cd1202d28c9f89ab9802037804f381..ba9b462d827242fba2d03174d57dad23c91eb28b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,19 +9,19 @@ DFLAGS += -funittest -fversion=UnitTest
 # Release
 #DFLAGS += -frelease -O3
 
-all: test
+all: ctest
 
-test.o: test.d ev/c.d
-       gdc -c $(DFLAGS) test.d
+ctest.o: ctest.d ev/c.d
+       gdc -c $(DFLAGS) ctest.d
 
 ev/c.o: ev/c.d
        gdc -c -o ev/c.o $(DFLAGS) ev/c.d
 
-test: test.o ev/c.o
-       gdc -o test -lev $(DFLAGS) test.o ev/c.o
+ctest: ctest.o ev/c.o
+       gdc -o ctest -lev $(DFLAGS) ctest.o ev/c.o
 
 clean:
-       $(RM) -v *.o ev/*.o test
+       $(RM) -v *.o ev/*.o ctest
 
 .PHONY: clean all
 
diff --git a/test.d b/ctest.d
similarity index 100%
rename from test.d
rename to ctest.d