]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
moved wxRegEx test from console to testsuite (patch 938995)
[wxWidgets.git] / tests / Makefile.in
index 27f4878c3358d1e1d85dce78c59bfa555f02a474..c00b28af80d599b6580cbcfe213eaf6c56eea29d 100644 (file)
@@ -40,6 +40,7 @@ TEST_OBJECTS =  \
        test_main.o \
        test_formatconverter.o \
        test_regex.o \
+       test_wxregex.o \
        test_filesys.o \
        test_arrays.o \
        test_longlong.o \
@@ -123,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) $<