]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
reSWIGged
[wxWidgets.git] / tests / Makefile.in
index 6f272dd47a010e5960f6993d23953dad92c816d8..f61270208b5685a8cc66acfbcc875eed7d33f612 100644 (file)
@@ -37,7 +37,9 @@ TEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) -I$(srcdir) \
        $(__DLLFLAG_p) $(CPPUNIT_CFLAGS) $(CPPFLAGS) $(CXXFLAGS)
 TEST_OBJECTS =  \
        test_test.o \
-       test_main.o
+       test_main.o \
+       test_formatconverter.o \
+       test_regex.o
 
 ### Conditionally set variables: ###
 
@@ -106,6 +108,12 @@ test_test.o: $(srcdir)/test.cpp
 test_main.o: $(srcdir)/mbconv/main.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_formatconverter.o: $(srcdir)/formatconverter/formatconverter.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_regex.o: $(srcdir)/regex/regex.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d