X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21fe35aff72848edb6e9bc1ca048ef12c9c734d3..1687f8af7b3b0a75c66293523284482f45cba355:/tests/makefile.gcc diff --git a/tests/makefile.gcc b/tests/makefile.gcc index bff61a8b8b..0abb687261 100644 --- a/tests/makefile.gcc +++ b/tests/makefile.gcc @@ -49,6 +49,7 @@ TEST_OBJECTS = \ $(OBJS)\test_hashes.o \ $(OBJS)\test_intltest.o \ $(OBJS)\test_lists.o \ + $(OBJS)\test_logtest.o \ $(OBJS)\test_longlongtest.o \ $(OBJS)\test_convautotest.o \ $(OBJS)\test_mbconvtest.o \ @@ -429,6 +430,9 @@ $(OBJS)\test_intltest.o: ./intl/intltest.cpp $(OBJS)\test_lists.o: ./lists/lists.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< +$(OBJS)\test_logtest.o: ./log/logtest.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< + $(OBJS)\test_longlongtest.o: ./longlong/longlongtest.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<