X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eaad096e7904341dca064fdbe63fff7f68d76ea3..e7ce668e1db4471bf59049571be288233b1322f3:/tests/Makefile.in diff --git a/tests/Makefile.in b/tests/Makefile.in index 6d50737e88..7de6fe5e88 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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 \ @@ -394,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