]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
fixes for C++ code generator (modified patch 1010058)
[wxWidgets.git] / tests / Makefile.in
index 9923a9250e7972b4b10b79864bb0e6cd14a0f4fc..d91b651e8ed90569fc64cc6b37924dbab2e209ac 100644 (file)
@@ -41,6 +41,7 @@ TEST_OBJECTS =  \
        test_formatconverter.o \
        test_regex.o \
        test_wxregex.o \
        test_formatconverter.o \
        test_regex.o \
        test_wxregex.o \
+       test_filename.o \
        test_filesys.o \
        test_arrays.o \
        test_hashes.o \
        test_filesys.o \
        test_arrays.o \
        test_hashes.o \
@@ -141,6 +142,9 @@ test_regex.o: $(srcdir)/regex/regex.cpp
 test_wxregex.o: $(srcdir)/regex/wxregex.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
 test_wxregex.o: $(srcdir)/regex/wxregex.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_filename.o: $(srcdir)/filename/filename.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 test_filesys.o: $(srcdir)/filesys/filesys.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
 test_filesys.o: $(srcdir)/filesys/filesys.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<