]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
undid changes accidentally committed as part of r55019
[wxWidgets.git] / tests / Makefile.in
index 6d50737e88a18e2e5c9c697a09a0846a378e6eea..e10f222a21212d6e2989d38a39b99b40fbd1512d 100644 (file)
@@ -71,6 +71,8 @@ TEST_OBJECTS =  \
        test_longlongtest.o \
        test_convautotest.o \
        test_mbconvtest.o \
+       test_misctests.o \
+       test_ipc.o \
        test_regextest.o \
        test_wxregextest.o \
        test_scopeguardtest.o \
@@ -394,6 +396,12 @@ test_convautotest.o: $(srcdir)/mbconv/convautotest.cpp $(TEST_ODEP)
 test_mbconvtest.o: $(srcdir)/mbconv/mbconvtest.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/mbconv/mbconvtest.cpp
 
+test_misctests.o: $(srcdir)/misc/misctests.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/misc/misctests.cpp
+
+test_ipc.o: $(srcdir)/net/ipc.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/net/ipc.cpp
+
 test_regextest.o: $(srcdir)/regex/regextest.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/regex/regextest.cpp