]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
Use ConvertAlphaToMask
[wxWidgets.git] / tests / Makefile.in
index c04d6976eb96694f7f28788b096a78a9f90f67f0..d91b651e8ed90569fc64cc6b37924dbab2e209ac 100644 (file)
@@ -41,17 +41,22 @@ TEST_OBJECTS =  \
        test_formatconverter.o \
        test_regex.o \
        test_wxregex.o \
+       test_filename.o \
        test_filesys.o \
        test_arrays.o \
+       test_hashes.o \
        test_longlong.o \
        test_strings.o \
        test_stdstrings.o \
        test_unicode.o \
+       test_crt.o \
        test_bstream.o \
        test_ffilestream.o \
        test_filestream.o \
        test_memstream.o \
-       test_zlibstream.o
+       test_zlibstream.o \
+       test_fontmap.o \
+       test_datetime.o
 
 ### Conditionally set variables: ###
 
@@ -137,12 +142,18 @@ test_regex.o: $(srcdir)/regex/regex.cpp
 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_arrays.o: $(srcdir)/arrays/arrays.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_hashes.o: $(srcdir)/hashes/hashes.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 test_longlong.o: $(srcdir)/longlong/longlong.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
@@ -155,6 +166,9 @@ test_stdstrings.o: $(srcdir)/strings/stdstrings.cpp
 test_unicode.o: $(srcdir)/strings/unicode.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_crt.o: $(srcdir)/strings/crt.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 test_bstream.o: $(srcdir)/streams/bstream.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
@@ -170,6 +184,12 @@ test_memstream.o: $(srcdir)/streams/memstream.cpp
 test_zlibstream.o: $(srcdir)/streams/zlibstream.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_fontmap.o: $(srcdir)/fontmap/fontmap.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_datetime.o: $(srcdir)/datetime/datetime.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d