]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
changed Remove/InsertDir() parameter type to size_t from int; added RemoveLastDir()
[wxWidgets.git] / tests / Makefile.in
index 764a2da5c91b20c941d72a4a43bd7d4c87860b1f..039da28f09b8caaf7a986a2cad4717cc5f731984 100644 (file)
@@ -49,9 +49,9 @@ TEST_OBJECTS =  \
        test_arrays.o \
        test_datetimetest.o \
        test_fileconftest.o \
+       test_filekind.o \
        test_filenametest.o \
        test_filesystest.o \
-       test_filetype.o \
        test_fontmaptest.o \
        test_formatconvertertest.o \
        test_hashes.o \
@@ -255,15 +255,15 @@ test_datetimetest.o: $(srcdir)/datetime/datetimetest.cpp $(TEST_ODEP)
 test_fileconftest.o: $(srcdir)/fileconf/fileconftest.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/fileconf/fileconftest.cpp
 
+test_filekind.o: $(srcdir)/filekind/filekind.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filekind/filekind.cpp
+
 test_filenametest.o: $(srcdir)/filename/filenametest.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filename/filenametest.cpp
 
 test_filesystest.o: $(srcdir)/filesys/filesystest.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filesys/filesystest.cpp
 
-test_filetype.o: $(srcdir)/filetype/filetype.cpp $(TEST_ODEP)
-       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filetype/filetype.cpp
-
 test_fontmaptest.o: $(srcdir)/fontmap/fontmaptest.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/fontmap/fontmaptest.cpp