X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7747eb2e0c892abdcea1925dfa71ade77a761a8..bbd55ff9564dcaf1a5d2ee93d789c4d656baabef:/tests/makefile.gcc diff --git a/tests/makefile.gcc b/tests/makefile.gcc index 444adfe996..c29a2f0eae 100644 --- a/tests/makefile.gcc +++ b/tests/makefile.gcc @@ -55,6 +55,8 @@ TEST_OBJECTS = \ $(OBJS)\test_formatconvertertest.o \ $(OBJS)\test_fswatchertest.o \ $(OBJS)\test_hashes.o \ + $(OBJS)\test_output.o \ + $(OBJS)\test_input.o \ $(OBJS)\test_intltest.o \ $(OBJS)\test_lists.o \ $(OBJS)\test_logtest.o \ @@ -464,6 +466,12 @@ $(OBJS)\test_fswatchertest.o: ./fswatcher/fswatchertest.cpp $(OBJS)\test_hashes.o: ./hashes/hashes.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< +$(OBJS)\test_output.o: ./interactive/output.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< + +$(OBJS)\test_input.o: ./interactive/input.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< + $(OBJS)\test_intltest.o: ./intl/intltest.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<