X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9caf1af44c7ff9ba453477b088971441a91c035..95691abd435bd311c72d5fd80f0da5b7f6ea53d2:/tests/Makefile.in?ds=sidebyside diff --git a/tests/Makefile.in b/tests/Makefile.in index 6d50737e88..e10f222a21 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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