There can be only one (filename convention)
[mussa.git] / alg / test / module.mk
index e1a5626bfea7b9efbf6e9402d0cc42445f716dc1..c02382de73689279c535505c98339cbe5fc42bf3 100644 (file)
@@ -1,16 +1,16 @@
 CURDIR := $(BASEDIR)alg/test/
 
-SOURCES.cxx := test_conserved_path.cxx \
-               test_flp.cxx \
-               test_glsequence.cxx \
-                                                        test_color.cxx \
-               test_main.cxx \
-               test_mussa.cxx \
-               test_nway.cxx \
-               test_sequence.cxx 
+SOURCES.cpp := test_conserved_path.cpp \
+               test_flp.cpp \
+               test_glsequence.cpp \
+                                                        test_color.cpp \
+               test_main.cpp \
+               test_mussa.cpp \
+               test_nway.cpp \
+               test_sequence.cpp 
 
-TESTSRC := $(addprefix $(CURDIR), $(SOURCES.cxx))
-TESTOBJ := $(TESTSRC:.cxx=$(OBJEXT))
+TESTSRC := $(addprefix $(CURDIR), $(SOURCES.cpp))
+TESTOBJ := $(TESTSRC:.cpp=$(OBJEXT))
 SRC += $(TESTSRC)
 CXXFLAGS +=