]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
OSX regrouping
[wxWidgets.git] / tests / Makefile.in
index 6e88a28c55ba9b1fd360eda29b8190f6664a9a5f..7de6fe5e8817717609cd39b65b200c6a6888d576 100644 (file)
@@ -71,6 +71,7 @@ TEST_OBJECTS =  \
        test_longlongtest.o \
        test_convautotest.o \
        test_mbconvtest.o \
+       test_ipc.o \
        test_regextest.o \
        test_wxregextest.o \
        test_scopeguardtest.o \
@@ -91,6 +92,7 @@ TEST_OBJECTS =  \
        test_iostreams.o \
        test_largefile.o \
        test_memstream.o \
+       test_socketstream.o \
        test_sstream.o \
        test_tempfile.o \
        test_textstreamtest.o \
@@ -393,6 +395,9 @@ 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_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
 
@@ -453,6 +458,9 @@ test_largefile.o: $(srcdir)/streams/largefile.cpp $(TEST_ODEP)
 test_memstream.o: $(srcdir)/streams/memstream.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/memstream.cpp
 
+test_socketstream.o: $(srcdir)/streams/socketstream.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/socketstream.cpp
+
 test_sstream.o: $(srcdir)/streams/sstream.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/sstream.cpp