]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
make the tests run a little faster
[wxWidgets.git] / tests / Makefile.in
index d2c83c7c4928b33c30b392a0d8c74e1ac5e8fa11..c00b28af80d599b6580cbcfe213eaf6c56eea29d 100644 (file)
@@ -40,9 +40,11 @@ TEST_OBJECTS =  \
        test_main.o \
        test_formatconverter.o \
        test_regex.o \
+       test_wxregex.o \
        test_filesys.o \
        test_arrays.o \
        test_longlong.o \
+       test_strings.o \
        test_bstream.o \
        test_ffilestream.o \
        test_filestream.o \
@@ -122,6 +124,9 @@ test_formatconverter.o: $(srcdir)/formatconverter/formatconverter.cpp
 test_regex.o: $(srcdir)/regex/regex.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_wxregex.o: $(srcdir)/regex/wxregex.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 test_filesys.o: $(srcdir)/filesys/filesys.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
@@ -131,6 +136,9 @@ test_arrays.o: $(srcdir)/arrays/arrays.cpp
 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_bstream.o: $(srcdir)/streams/bstream.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<