X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/670ec357654cdee164e8ade5f6b7852f3108fa26..1cb4a8aabe8259800ed189fe93ab39dafc430b28:/tests/Makefile.in diff --git a/tests/Makefile.in b/tests/Makefile.in index 6f272dd47a..f61270208b 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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