]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
-1->wxID_ANY, TRUE->true and FALSE->false replacements.
[wxWidgets.git] / tests / Makefile.in
index 1e985bb72029e7136b51340f7c264d5e9f1fc47a..c04d6976eb96694f7f28788b096a78a9f90f67f0 100644 (file)
@@ -45,6 +45,7 @@ TEST_OBJECTS =  \
        test_arrays.o \
        test_longlong.o \
        test_strings.o \
+       test_stdstrings.o \
        test_unicode.o \
        test_bstream.o \
        test_ffilestream.o \
@@ -148,6 +149,9 @@ test_longlong.o: $(srcdir)/longlong/longlong.cpp
 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) $<