X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3abcf424a3e250f5537f9f076d3fb86a925e2547..70d7cb34a692697c3c7290c02c876f5bb91c1424:/tests/makefile.gcc diff --git a/tests/makefile.gcc b/tests/makefile.gcc index 5a5f27cbd1..e0926e3517 100644 --- a/tests/makefile.gcc +++ b/tests/makefile.gcc @@ -31,6 +31,7 @@ TEST_OBJECTS = \ $(OBJS)\test_test.o \ $(OBJS)\test_archivetest.o \ $(OBJS)\test_ziptest.o \ + $(OBJS)\test_tartest.o \ $(OBJS)\test_arrays.o \ $(OBJS)\test_datetimetest.o \ $(OBJS)\test_fileconftest.o \ @@ -56,6 +57,7 @@ TEST_OBJECTS = \ $(OBJS)\test_bstream.o \ $(OBJS)\test_datastreamtest.o \ $(OBJS)\test_ffilestream.o \ + $(OBJS)\test_fileback.o \ $(OBJS)\test_filestream.o \ $(OBJS)\test_largefile.o \ $(OBJS)\test_memstream.o \ @@ -312,6 +314,9 @@ $(OBJS)\test_archivetest.o: ./archive/archivetest.cpp $(OBJS)\test_ziptest.o: ./archive/ziptest.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< +$(OBJS)\test_tartest.o: ./archive/tartest.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< + $(OBJS)\test_arrays.o: ./arrays/arrays.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< @@ -387,6 +392,9 @@ $(OBJS)\test_datastreamtest.o: ./streams/datastreamtest.cpp $(OBJS)\test_ffilestream.o: ./streams/ffilestream.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< +$(OBJS)\test_fileback.o: ./streams/fileback.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< + $(OBJS)\test_filestream.o: ./streams/filestream.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<