]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
wx-config symlink creation fix
[wxWidgets.git] / tests / Makefile.in
index 1e985bb72029e7136b51340f7c264d5e9f1fc47a..9923a9250e7972b4b10b79864bb0e6cd14a0f4fc 100644 (file)
@@ -43,14 +43,19 @@ TEST_OBJECTS =  \
        test_wxregex.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: ###
 
@@ -142,15 +147,24 @@ test_filesys.o: $(srcdir)/filesys/filesys.cpp
 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) $<
 
 test_strings.o: $(srcdir)/strings/strings.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_stdstrings.o: $(srcdir)/strings/stdstrings.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 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) $<
 
@@ -166,6 +180,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