]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
Include wx/textctrl.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / tests / Makefile.in
index ddd506db6a1d5ee9d776857422608bc5443766e6..a804120a2f0c755231726b232cd8e897992e8236 100644 (file)
@@ -59,6 +59,7 @@ TEST_OBJECTS =  \
        test_hashes.o \
        test_lists.o \
        test_longlongtest.o \
+       test_convautotest.o \
        test_mbconvtest.o \
        test_regextest.o \
        test_wxregextest.o \
@@ -302,6 +303,9 @@ test_lists.o: $(srcdir)/lists/lists.cpp $(TEST_ODEP)
 test_longlongtest.o: $(srcdir)/longlong/longlongtest.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/longlong/longlongtest.cpp
 
+test_convautotest.o: $(srcdir)/mbconv/convautotest.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/mbconv/convautotest.cpp
+
 test_mbconvtest.o: $(srcdir)/mbconv/mbconvtest.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/mbconv/mbconvtest.cpp