X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2255c89f9a7662514e265d80cc6547d9d1b4b38..695c008862027cc9225788cd5d351530b773b523:/tests/makefile.gcc diff --git a/tests/makefile.gcc b/tests/makefile.gcc index d8b6ec7cc2..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 \ @@ -313,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) $<